---
title: "Conduit developer platform"
description: "Build with the Conduit REST API or connect an AI client to the Conduit MCP server."
canonical_url: "https://www.conduit.ai/developers"
---

# Conduit developer platform

> Build with the Conduit REST API or connect an AI client to the Conduit MCP server.

The Conduit developer platform provides typed access to workspace data and actions, including contacts, conversations, tickets, calls, knowledge, agents, skills, workflows, and connected devices. API and MCP access are available to eligible Conduit workspaces and require authentication. Generate and manage API tokens under Settings > API & MCP.

## REST API

The production API base URL is `https://api.conduit.ai/v1`. Requests use bearer authentication. The OpenAPI 3.0 document contains typed parameters and response schemas, unique operation IDs, and descriptions for every operation, making it suitable for SDK generation and LLM function calling.

- [Conduit API documentation](https://docs.conduit.ai/api-reference/introduction)
- [Conduit OpenAPI specification](https://docs.conduit.ai/api-reference/openapi.json)

## MCP server

The Conduit MCP server implements the 2025-06-18 Model Context Protocol revision over Streamable HTTP. It supports OAuth 2.1 discovery for interactive clients and API tokens for server-to-server use. Use read-only access unless a workflow genuinely needs to change data, and retain approval for write tools.

- [Conduit MCP documentation](https://docs.conduit.ai/mcp/overview)
- [Conduit MCP endpoint](https://api.conduit.ai/v1/mcp)
- [OAuth protected-resource metadata with supported scopes](https://api.conduit.ai/.well-known/oauth-protected-resource/v1/mcp)
- [OAuth authorization-server metadata](https://base.conduit.ai/.well-known/oauth-authorization-server/oauth/mcp)
- [Conduit rate limits](https://docs.conduit.ai/rate-limits)

## Sitemap

See the full [Conduit sitemap](/sitemap.md) for all public pages.
