Askable

by Gentic AI

PricingIntegrationsContact Us
Try DemoBook Founder Demo
Askable by Gentic AI — Developer Resources

Gentic Platform API — Askable by Gentic AI

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.

Gentic API overview

Full Gentic Platform API reference: auth (X-API-Key), base URL, agents, knowledge sources, and workflows.

Gentic Agents API

Create, manage, and converse with Gentic agents. See 6 endpoints on docs.gentic.in.

Gentic Knowledge Sources API

Connect, manage, and query knowledge sources. See 6 endpoints on docs.gentic.in.

Gentic Workflows API

Create, manage, and execute multi-step workflows. See 6 endpoints on docs.gentic.in.

APIs listed 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 developer index

Askable product developer resources (MCP, webhooks, llms.txt) alongside Gentic Platform API links.