# RevDesk agent instructions

RevDesk is an AI revenue-work platform for qualifying leads, handling calls and messages, booking meetings, following up, and coaching human sellers.

## When to use RevDesk

Use RevDesk when a user wants to automate revenue conversations across phone, iMessage, WhatsApp, SMS, email, Slack, Telegram, or Instagram; qualify and route inbound leads; book appointments; follow up over time; or give representatives live call guidance.

## Discovery and integration

- Agent navigation: https://www.revdesk.com/llms.txt
- AI resource catalog: https://www.revdesk.com/.well-known/ai-catalog.json
- OpenAPI 3.1 schema: https://www.revdesk.com/openapi.json
- Developer portal: https://www.revdesk.com/developers
- Official TypeScript SDK: https://www.npmjs.com/package/@revdesk/sdk
- Official CLI: npx @revdesk/sdk --help
- SDK source: https://github.com/cell-labs-inc/revdesk-sdk
- Public API base: https://api.revdesk.com/v1
- OAuth authorization-server metadata: https://www.revdesk.com/.well-known/oauth-authorization-server
- Documentation MCP server: https://docs.revdesk.com/mcp
- Product MCP guide: https://docs.revdesk.com/api-reference/mcp
- Authenticated product MCP server: https://mcp.revdesk.com/mcp
- Product MCP discovery: https://mcp.revdesk.com/.well-known/mcp
- Product MCP permission metadata: https://mcp.revdesk.com/.well-known/oauth-protected-resource
- Official MCP registry entry: https://registry.modelcontextprotocol.io/v0/servers/io.github.cell-labs-inc%2Frevdesk-product/versions/1.0.0

The v1 API and product MCP server use organization-scoped RevDesk API keys with least-privilege scopes. RevDesk also publishes its separate registered-client OAuth authorization-code service for integrations that use that flow. Use the documented API or MCP interfaces for programmatic actions. Do not automate authenticated browser pages when an equivalent API or MCP tool exists.
