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

# Developers

> Build on Paradime with the CLI, GraphQL API, Python SDK, webhooks, virtual environments, and API key management—all documented in one hub.

Everything you need to automate and extend Paradime programmatically. Trigger and monitor Bolt schedules, drive DinoAI agents, manage users and workspaces, and wire Paradime into your own systems.

<CardGroup cols={2}>
  <Card title="Webhooks" href="/developers/webhooks" icon="webhook">
    Receive real time events for schedule runs and forward them to Slack, Jira, Linear, or your own endpoints.
  </Card>

  <Card title="Paradime CLI" href="/developers/paradime-cli" icon="terminal">
    Manage Paradime resources and trigger integrations directly from your terminal.
  </Card>

  <Card title="GraphQL API" href="/developers/graphql-api" icon="braces">
    Full programmatic access to your workspace, with queries, mutations, and an interactive playground.
  </Card>

  <Card title="Python SDK" href="/developers/python-sdk" icon="python">
    Interact with Paradime from Python using the official SDK.
  </Card>

  <Card title="Virtual Environments" href="/developers/virtual-environments/using-poetry" icon="box">
    Set up Poetry or venv to run your dbt™ projects in isolated environments.
  </Card>

  <Card title="API Keys & Access" href="/developers/api-keys" icon="key">
    Generate API credentials, restrict access by IP, and find your company and workspace tokens.
  </Card>
</CardGroup>


## Related topics

- [Developers](/developers/index.md)
- [Utilizing Advanced Developer Features](/guides/paradime-101/getting-started-with-the-paradime-ide/utilizing-advanced-developer-features/index.md)
- [Environment Management](/guides/dbt-fundamentals/configuring-your-dbt-project/environment-management.md)
- [Invite users](/products/settings/users/invite-users.md)
- [Security model](/resources/other-important-stuff/security-model.md)
