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

# GraphQL API

> Programmatically manage your Paradime workspace with a flexible GraphQL API.

The Paradime GraphQL API gives you full programmatic access to your workspace. Use it to automate Bolt schedule management, trigger DinoAI agent runs, manage users and workspaces, query audit logs, and extend Paradime's lineage with custom integrations.

## Get started

<CardGroup cols={2}>
  <Card title="Authentication" href="/developers/graphql-api/authentication" icon="key">
    Generate API credentials and learn how to authenticate your requests using Account API Keys or legacy Workspace API Keys.
  </Card>
</CardGroup>

## API Reference

Full documentation for each Paradime product area, with queries, mutations, and sample requests.

<CardGroup cols={2}>
  <Card title="Bolt API" href="/developers/graphql-api/api-reference/bolt-api" icon="bolt">
    Create, trigger, 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, and poll for results over HTTP.
  </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>

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

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


## Related topics

- [Bolt API](/developers/graphql-api/api-reference/bolt-api.md)
- [Workspace Management API](/developers/graphql-api/api-reference/workspace-management-api.md)
- [User Management API](/developers/graphql-api/api-reference/user-management-api.md)
- [Custom Integration API](/developers/graphql-api/api-reference/custom-integration-api.md)
- [Audit Logs API](/developers/graphql-api/api-reference/audit-logs-api.md)
