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

# API Reference

> Complete GraphQL API reference for every Paradime product area.

Full API documentation for each Paradime product area, including authentication details, argument references, and sample requests and responses.

<CardGroup cols={2}>
  <Card title="Bolt API" href="/developers/graphql-api/api-reference/bolt-api" icon="bolt">
    Create, trigger, retry, suspend, and monitor Bolt schedules and runs.
  </Card>

  <Card title="DinoAI Agents API" href="/developers/graphql-api/api-reference/dinoai-programmable-agents-api" icon="robot">
    Trigger programmable agent runs, send prompts, follow up on sessions, and poll for state.
  </Card>

  <Card title="Audit Logs API" href="/developers/graphql-api/api-reference/audit-logs-api" icon="clipboard-list">
    Query workspace activity logs for security and compliance monitoring.
  </Card>

  <Card title="Custom Integration API" href="/developers/graphql-api/api-reference/custom-integration-api" icon="puzzle-piece">
    Ingest external nodes into Paradime's lineage and catalog.
  </Card>

  <Card title="User Management API" href="/developers/graphql-api/api-reference/user-management-api" icon="users">
    List, invite, update, and remove users in your workspace.
  </Card>

  <Card title="Workspace Management API" href="/developers/graphql-api/api-reference/workspace-management-api" icon="building">
    Manage workspace settings and configuration programmatically.
  </Card>
</CardGroup>


## Related topics

- [API Reference](/developers/graphql-api/api-reference/index.md)
- [GraphQL API](/developers/graphql-api/index.md)
- [Triggering from the API](/products/dino-ai/programmable-agents/api-reference.md)
- [Bolt API](/developers/graphql-api/api-reference/bolt-api.md)
- [Configuration Reference](/products/bolt/creating-schedules/schedules-as-code/configuration-reference.md)
