Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug logging | false |
| AGENT_ORIGIN | Yes | Agent's domain or identifier (e.g., agent.example.com) | |
| AGENT_PUBKEY_ID | Yes | UUID of the registered public key in the Agents Registry | |
| REQUEST_TIMEOUT | No | Request timeout in ms | 30000 |
| REGISTRY_API_URL | No | Registry API URL | https://api.agents-registry.com |
| AGENT_PRIVATE_KEY | Yes | Ed25519 private key in base64 format (32 or 64 bytes) |
Capabilities
Server capabilities have not been inspected yet.
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 | |