Each agent has one stable URL, many published versions, and a current active version for new sessions.Documentation Index
Fetch the complete documentation index at: https://docs.dari.dev/llms.txt
Use this file to discover all available pages before exploring further.
Publish
dari.yml contract.
Versioning
Publishing a new version does not replace the agent. New sessions use the active version at creation time; existing sessions stay on the version they started on. The stable URL is constant across versions.CI
Use the samedari deploy command with a dedicated manual org API key injected as DARI_API_KEY. See CI Publishing.
Endpoints
GET /v1/agents— List AgentsPOST /v1/agents/{agent_id}/messages— Send Agent MessagePOST /v1/agents/{agent_id}/sessions— Create Session