Manglai API authentication
Create a token in the Manglai app: Settings → Access Tokens. Send it on every request:
Authorization: Bearer <token>
Example
curl -H "Authorization: Bearer $MANGLAI_API_TOKEN" \ https://www.manglai.io/api/v1/companies
MCP OAuth discovery: https://mcp.manglai.io/.well-known/oauth-authorization-server. Use any client_id and set client_secret to the API token.
