X-API-KEY header.
Get an API key
Open the API Keys page
Go to the API Keys tab on your workspace homepage in Agent Studio. See API keys for details.
Create a key
Select API key, name it, choose the agents it can access, and set its permissions. Scope it to the least it needs — see Security & safe use.

Configure your client
Pass the key in theX-API-KEY header. The MCP server uses the streamable HTTP transport, so clients also send an Accept header:
| Header | Value |
|---|---|
X-API-KEY | Your workspace-scoped API key |
Accept | application/json, text/event-stream |
Accept automatically. See Quickstart for per-client configuration.
Pick your region
PolyAI runs the MCP server in every region, on the same host family as the platform APIs. Your API key is scoped to a workspace, and each workspace lives in one region — connect to the matching endpoint.| Region | Endpoint |
|---|---|
| US | https://api.us.poly.ai/builder-mcp |
| UK | https://api.uk.poly.ai/builder-mcp |
| EU | https://api.eu.poly.ai/builder-mcp |
| Studio | https://api.studio.poly.ai/builder-mcp |

