Public Gentic Platform APIs documented at docs.gentic.in. Base URL https://api.gentic.in/v1. Authenticate with the X-API-Key header.
Related: Developer index · OpenAPI · llms.txt · MCP discovery
Canonical reference: docs.gentic.in/docs/api-reference/overview. Base URL: https://api.gentic.in/v1. Auth: X-API-Key: <api-key>.
Authentication, base URL, response format, errors, rate limits, and SDK usage for the Gentic Platform API.
Quick start guide for building with Gentic agents, knowledge, and workflows.
Create, manage, and converse with Gentic agents. Endpoints: GET /agents · POST /agents · GET /agents/{agentId} · PUT /agents/{agentId} · DELETE /agents/{agentId} · POST /agents/{agentId}/converse.
Connect, manage, and query knowledge sources. Endpoints: GET /knowledge-sources · POST /knowledge-sources · GET /knowledge-sources/{sourceId} · PUT /knowledge-sources/{sourceId} · DELETE /knowledge-sources/{sourceId} · POST /knowledge-sources/{sourceId}/connect.
Create, manage, and execute multi-step workflows. Endpoints: GET /workflows · POST /workflows · GET /workflows/{workflowId} · PUT /workflows/{workflowId} · DELETE /workflows/{workflowId} · POST /workflows/{workflowId}/execute.
GET /agents — List all agentsPOST /agents — Create a new agentGET /agents/{agentId} — Get agent detailsPUT /agents/{agentId} — Update agentDELETE /agents/{agentId} — Delete agentPOST /agents/{agentId}/converse — Converse with agentGET /knowledge-sources — List all knowledge sourcesPOST /knowledge-sources — Create a new knowledge sourceGET /knowledge-sources/{sourceId} — Get knowledge source detailsPUT /knowledge-sources/{sourceId} — Update knowledge sourceDELETE /knowledge-sources/{sourceId} — Delete knowledge sourcePOST /knowledge-sources/{sourceId}/connect — Connect knowledge source to an agentGET /workflows — List all workflowsPOST /workflows — Create a new workflowGET /workflows/{workflowId} — Get workflow detailsPUT /workflows/{workflowId} — Update workflowDELETE /workflows/{workflowId} — Delete workflowPOST /workflows/{workflowId}/execute — Execute workflow