Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cerca.dev/llms.txt

Use this file to discover all available pages before exploring further.

Cerca’s public API uses organization-scoped API keys. Send the key as a bearer token on every API-key route:
Authorization: Bearer $CERCA_API_KEY
A new integration starts by resolving which organization the key belongs to, then discovering the fleets it can use to decide where a new agent should live. Do not put third-party credentials in prompts or tool input when there is a safer path. Store reusable credentials as connections, then attach those connections to the agent that needs them. OAuth-backed tools can act through the selected end-user account without exposing raw access tokens to the model. Admin-only work, such as creating organizations, fleets, API keys, and OAuth apps, still happens in the Cerca app.