How to authenticate to the Gentic Platform API documented at docs.gentic.in.
Related: Developer index · OpenAPI · llms.txt · MCP discovery
Gentic Platform API requests require an API key in the X-API-Key header against https://api.gentic.in/v1.
Example: curl -H "X-API-Key: your-api-key" https://api.gentic.in/v1/agents
Agents, Knowledge Sources, and Workflows endpoints listed from docs.gentic.in.
Full authentication, rate limits, response format, and error handling for the Gentic Platform API.