> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cognigy.AI API

The Cognigy.AI API allows developers to manage the lifecycle of AI Agents, including deployment, configuration, and real-time interactions. It also provides administrative tools for monitoring resource usage and managing users.

<CardGroup cols={3}>
  <Card title="Resource Monitoring" icon="eye" href="/api-reference/administration/get-knowledge-chunk-count">
    Track key administrative metrics, such as Knowledge Base resource usage and counts.
  </Card>

  <Card title="Deployment & Snapshots" icon="cloud-download" href="/api-reference/snapshots/get-snapshots">
    Manage the configuration lifecycle: deploy AI Agents, create and upload Snapshots.
  </Card>

  <Card title="Flow Interaction" icon="message-square" href="/api-reference/endpoints/send-a-message-as-a-user-input">
    Inject messages, reset session context, and control Flows.
  </Card>

  <Card title="Administration & Setup" icon="settings" href="/api-reference/management-ui/create-an-api-key">
    Manage organization-level security and access, including creating users and API Keys.
  </Card>

  <Card title="Flow Configuration" icon="layout-list" href="/api-reference/flows/get-flow-settings">
    Access and modify the core settings and structure of individual Flows.
  </Card>

  <Card title="Debugging & Logs" icon="bug" href="/api-reference/logs/get-the-latest-log-entries">
    Retrieve the latest execution logs and debug entries to troubleshoot Flow behavior.
  </Card>
</CardGroup>
