OpenSRE deploys as a standard Python/FastAPI runtime. Use the repoDocumentation Index
Fetch the complete documentation index at: https://opensre.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Dockerfile,
Railway, EC2, ECS, Vercel, or another ASGI-capable host.
Runtime environment
Configure your model provider
Add
LLM_PROVIDER as an environment variable (for example anthropic,
openai, openrouter, or gemini).Add the matching provider API key
Use the API key that matches your provider:
ANTHROPIC_API_KEYforLLM_PROVIDER=anthropicOPENAI_API_KEYforLLM_PROVIDER=openaiOPENROUTER_API_KEYforLLM_PROVIDER=openrouterGEMINI_API_KEYforLLM_PROVIDER=gemini
.env.example.
Railway deployment
Railway is still supported as a hosted runtime option. Before deploying on Railway, make sure your service has:DATABASE_URIpointing to your Railway Postgres instanceREDIS_URIpointing to your Railway Redis instance
Tracer