Connect an MCP client to the /mcp endpoint
(Streamable HTTP). There are two ways to authenticate.
Add this server as a custom connector. Your client runs the OAuth flow — you sign in and choose which Cordial workspace to use.
Send a Cordial DAM API key as a bearer token (best for Inspector / CLI clients), or use the X-API-Key header:
Authorization: Bearer <DAM_API_KEY>
Alternatively:
X-API-Key: <DAM_API_KEY>
Use only one header. Both enforce the same tenant permissions, expiry, and revocation.