dari.yml, published with the CLI, and then used through sessions that accept messages.
1. Install
2. Log In
DARI_API_KEY instead and skip browser login:
3. Make A First API Call
Raw HTTP requests use an org API key as a bearer token. After settingDARI_API_KEY, list your agents with:
4. Create An Agent
dari init writes the starter project: dari.yml, prompts/system.md, an example repo_search tool, an example skill, a README.md, and .gitignore.
5. Deploy
agent_id from the output.
6. Send A Message
session.id from the response if you want to inspect events:
dari deploy . again to publish a new version.
Prefer raw HTTP or live SSE updates? See the API Reference.