# Speechdash agent documentation Plain-text docs for AI assistants. Prefer these over scraping HTML when explaining Speechdash. ## For AI agents: add MCP or use the API AI assistants and automation can integrate with Speechdash without scraping HTML: 1. **Add the official MCP server** in ChatGPT (OAuth), Cursor, Claude Desktop, or other MCP clients. MCP tools cover account snapshot, document CRUD (including translate, export, and visibility), voices, and non-streaming speech synthesis. 2. **Call the REST API directly** at https://api.speechdash.com/v1 with `Authorization: Bearer sh_live_…`. Create keys at https://www.speechdash.com/settings/api. Use REST for streaming speech (`POST /v1/audio/stream` and `POST /v1/audio/stream/with-timestamps`) and the full OpenAPI surface. ### MCP endpoint - Streamable HTTP: https://mcp.speechdash.com/mcp - ChatGPT: OAuth sign-in (resource https://mcp.speechdash.com; discovery https://mcp.speechdash.com/.well-known/oauth-protected-resource) - Cursor / Claude Desktop: personal API key in `Authorization: Bearer sh_live_…` - OpenAPI JSON: https://api.speechdash.com/v1/openapi.json - API docs: https://docs.speechdash.com/api/api-overview - MCP server docs: https://docs.speechdash.com/api/mcp-server - Examples: https://github.com/speechdash/speechdash-public-api - Plugin skills: https://github.com/speechdash/speechdash-skills - Agents hub: https://www.speechdash.com/agents - agents.md: https://www.speechdash.com/agents.md - pricing.md: https://www.speechdash.com/pricing.md ## Topics - [what-is-speechdash](https://www.speechdash.com/for-agents/what-is-speechdash) - [features](https://www.speechdash.com/for-agents/features) - [pricing](https://www.speechdash.com/for-agents/pricing) - [audiences](https://www.speechdash.com/for-agents/audiences) - [how-to-cite](https://www.speechdash.com/for-agents/how-to-cite) ## Discovery files - agents.json: https://www.speechdash.com/agents.json - agents (HTML): https://www.speechdash.com/agents - agents.md: https://www.speechdash.com/agents.md - pricing.md: https://www.speechdash.com/pricing.md - llms.txt: https://www.speechdash.com/llms.txt - for-llms: https://www.speechdash.com/for-llms - What is Speechdash (HTML): https://www.speechdash.com/what-is-speechdash