Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANTHROPIC_API_KEY | Yes | Anthropic API key with billing enabled for interacting with Claude. | |
| CLAUDE_SWARM_DEBUG | No | Optional debug mode, set to 'true' to enable verbose logging. | |
| CLAUDE_SWARM_STORAGE_DIR | No | Optional custom storage path for agents and conversations. |
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 | |