Canonical Gentic Platform API documentation from docs.gentic.in. Use this page when searching for Gentic API, Gentic agents API, knowledge sources API, or workflows API.
Related: Developer index · OpenAPI · llms.txt · MCP discovery
The Gentic Platform API is documented at docs.gentic.in and served from https://api.gentic.in/v1. Product brand: Askable by Gentic AI. Platform brand: Gentic.
Full Gentic Platform API reference: auth (X-API-Key), base URL, agents, knowledge sources, and workflows.
Create, manage, and converse with Gentic agents. See 6 endpoints on docs.gentic.in.
Connect, manage, and query knowledge sources. See 6 endpoints on docs.gentic.in.
Create, manage, and execute multi-step workflows. See 6 endpoints on docs.gentic.in.
GET https://api.gentic.in/v1/agents — List all agents (Agents docs)POST https://api.gentic.in/v1/agents — Create a new agent (Agents docs)GET https://api.gentic.in/v1/agents/{agentId} — Get agent details (Agents docs)PUT https://api.gentic.in/v1/agents/{agentId} — Update agent (Agents docs)DELETE https://api.gentic.in/v1/agents/{agentId} — Delete agent (Agents docs)POST https://api.gentic.in/v1/agents/{agentId}/converse — Converse with agent (Agents docs)GET https://api.gentic.in/v1/knowledge-sources — List all knowledge sources (Knowledge Sources docs)POST https://api.gentic.in/v1/knowledge-sources — Create a new knowledge source (Knowledge Sources docs)GET https://api.gentic.in/v1/knowledge-sources/{sourceId} — Get knowledge source details (Knowledge Sources docs)PUT https://api.gentic.in/v1/knowledge-sources/{sourceId} — Update knowledge source (Knowledge Sources docs)DELETE https://api.gentic.in/v1/knowledge-sources/{sourceId} — Delete knowledge source (Knowledge Sources docs)POST https://api.gentic.in/v1/knowledge-sources/{sourceId}/connect — Connect knowledge source to an agent (Knowledge Sources docs)GET https://api.gentic.in/v1/workflows — List all workflows (Workflows docs)POST https://api.gentic.in/v1/workflows — Create a new workflow (Workflows docs)GET https://api.gentic.in/v1/workflows/{workflowId} — Get workflow details (Workflows docs)PUT https://api.gentic.in/v1/workflows/{workflowId} — Update workflow (Workflows docs)DELETE https://api.gentic.in/v1/workflows/{workflowId} — Delete workflow (Workflows docs)POST https://api.gentic.in/v1/workflows/{workflowId}/execute — Execute workflow (Workflows docs)Askable product developer resources (MCP, webhooks, llms.txt) alongside Gentic Platform API links.