Skip to main content
All API endpoints are authenticated using an Organization API Key.

Organization API Key

Pass your key in the X-API-Key header:
curl https://agent.usedari.com/portals/$ORG_ID \
  -H "X-API-Key: YOUR_API_KEY"
You can create and manage API keys from the dashboard.
API keys are shown in full only once at creation. Store them securely.

Error Responses

CodeDescription
401Missing or invalid API key
403Access denied (wrong organization)
{
  "detail": "Missing or invalid API key"
}