Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_API_KEY | No | Google/Gemini API key | |
| OPENAI_API_KEY | No | OpenAI API key (for OpenAI models) | |
| AGENT_HOST_IDLE_TIMEOUT | No | Minutes before idle container stops (12 hrs) | 720 |
| AWS_BEARER_TOKEN_BEDROCK | No | AWS bearer token for Bedrock authentication | |
| CONTAINERIZED_AGENTS_TOOLS | No | Path to global tools directory | |
| CONTAINERIZED_STRANDS_DATA_DIR | No | Base directory for persistence | ./data |
| CONTAINERIZED_AGENTS_MCP_CONFIG | No | Path to default mcp.json for all agents | |
| CONTAINERIZED_AGENTS_GITHUB_TOKEN | No | GitHub PAT for git push access | |
| CONTAINERIZED_AGENTS_SYSTEM_PROMPTS | No | Comma-separated paths to prompt files |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |