> ## 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

> GraphQL API reference for Paradime: Bolt schedules and runs, DinoAI agents, Discovery metadata, and audit logs, with auth, arguments, and examples.

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="Discovery API" href="/developers/graphql-api/api-reference/discovery-api" icon="magnifying-glass-chart">
    Query run performance, test results, source freshness, lineage, and ownership metadata.
  </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

- [GraphQL API](/developers/graphql-api/index.md)
- [Metadata](/developers/python-sdk/modules/metadata.md)
- [Bolt API](/products/bolt/bolt-api.md)
- [Triggering from Bolt](/products/dino-ai/programmable-agents/triggering-from-bolt.md)
- [Programmable Agents quick start](/products/dino-ai/programmable-agents/quick-start.md)
