Skip to main content

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.

Two credential types:
  • CLI login — for user and org management through dari
  • Org API keys — for direct /v1 API calls and CI

CLI login

dari auth login
Opens a browser, bootstraps a personal org on first login, and caches an org API key locally. dari deploy uses that cached key by default. Other org commands:
dari auth status
dari org list
dari org create team-blue
dari org switch team-blue

Org API keys

For direct API calls and CI:
dari api-keys create --name github-actions
The plaintext api_key is returned once — store it as DARI_API_KEY.