Skip to main content
All agent endpoints require bearer auth and are mounted under /api/agents.

Lifecycle

Configuration

PATCH /api/agents/:id/config

Update runtime configuration fields:

Security

  • response_webhook_url and ollama_endpoint are URL-validated for SSRF safety.
  • Only the agent owner can verify or update config.
  • agentToken is shown once when created — store it securely.