Docs

Developers

Every index365 result has two first-class interfaces: a dashboard your team reads and an agent-readable contract your tools consume. This section covers the agent side: the authenticated REST API, webhooks, the CLI, and the MCP server. The API is the source of truth; everything else wraps it.

Get an API key

  1. Use an active Agency workspace, then open your workspace settings (Org settings, API keys panel).
  2. Create a key. Keys are read-only by default; grant audit-start or webhook scopes only when the integration needs them.
  3. Copy the secret immediately. It is shown once and stored hashed; afterwards only the prefix is visible.

Authenticate every request with Authorization: Bearer i365_.... Keys are scoped to your organization, rate limited per key, and every request is logged to an audit trail you can review.