cURL
curl --request GET \ --url https://pluto-api.trainy.ai/api/runs/auth/validate \ --header 'Authorization: Bearer <token>'
{ "valid": true, "organization": { "id": "<string>", "slug": "<string>" }, "user": { "id": "<string>" } }
Validates the API key and returns organization information. Used by MCP clients to verify credentials.
API key obtained from the mlop dashboard
API key is valid
Show child attributes
Was this page helpful?