> ## Documentation Index
> Fetch the complete documentation index at: https://developer.communicate.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Communicate Developer Platform

> Connect software and AI agents to Communicate through a stable public API.

Communicate Developer Platform gives developers and AI agents a stable way to list workspace agents and run grounded support conversations without relying on private app routes.

Use the platform when you need to:

* Discover the agents available in a Communicate workspace.
* Send a support question and receive a complete response with citations.
* Continue a conversation safely with retry protection.
* Integrate Communicate from scripts, backend services, Codex, Claude Code, or CI.

<Note>
  The public contract currently contains two REST operations. Dashboard, widget, billing, internal voice, and provider callback routes are intentionally not public API endpoints.
</Note>

## Base URL

```text theme={null}
https://app.communicate.so/api/v1
```

## First request

```bash theme={null}
curl https://app.communicate.so/api/v1/agents \
  -H "Authorization: Bearer $COMMUNICATE_API_KEY"
```

## Machine-readable contract

* [OpenAPI 3.1](https://app.communicate.so/api/v1/openapi.json)
* [Website developer guide](https://communicate.so/developers)
* [Agent discovery](https://communicate.so/.well-known/agent.json)

Need help? Email [communicate@support.communicate.so](mailto:communicate@support.communicate.so).
