# Developers

- [GraphQL API](https://docs.paradime.io/app-help/developers/graphql-api.md)
- [Authentication](https://docs.paradime.io/app-help/developers/graphql-api/authentication.md)
- [Examples](https://docs.paradime.io/app-help/developers/graphql-api/examples.md)
- [Audit Logs API](https://docs.paradime.io/app-help/developers/graphql-api/examples/audit-logs-api.md)
- [Bolt API](https://docs.paradime.io/app-help/developers/graphql-api/examples/bolt-api.md)
- [User Management API](https://docs.paradime.io/app-help/developers/graphql-api/examples/user-management-api.md)
- [Workspace Management API](https://docs.paradime.io/app-help/developers/graphql-api/examples/workspace-management-api.md)
- [Python SDK](https://docs.paradime.io/app-help/developers/python-sdk.md)
- [Getting Started](https://docs.paradime.io/app-help/developers/python-sdk/getting-started.md)
- [Modules](https://docs.paradime.io/app-help/developers/python-sdk/modules.md)
- [Audit Log](https://docs.paradime.io/app-help/developers/python-sdk/modules/audit-log.md)
- [Bolt](https://docs.paradime.io/app-help/developers/python-sdk/modules/bolt.md): Use the Paradime Python SDK to manage Bolt schedules and runs—list schedules, trigger and cancel runs, inspect run status, and fetch dbt artifacts like manifest.json.
- [Lineage Diff](https://docs.paradime.io/app-help/developers/python-sdk/modules/lineage-diff.md)
- [Custom Integration](https://docs.paradime.io/app-help/developers/python-sdk/modules/custom-integration.md)
- [User Management](https://docs.paradime.io/app-help/developers/python-sdk/modules/user-management.md)
- [Workspace Management](https://docs.paradime.io/app-help/developers/python-sdk/modules/workspace-management.md)
- [Metadata](https://docs.paradime.io/app-help/developers/python-sdk/modules/metadata.md): Use the Paradime Python SDK Metadata module to query dbt™ artifacts and monitor model health, test results, source freshness, and lineage with DuckDB + polars.
- [Paradime CLI](https://docs.paradime.io/app-help/developers/paradime-cli.md)
- [Getting Started](https://docs.paradime.io/app-help/developers/paradime-cli/getting-started.md)
- [Bolt CLI](https://docs.paradime.io/app-help/developers/paradime-cli/bolt-cli.md)
- [Tableau CLI](https://docs.paradime.io/app-help/developers/paradime-cli/tableau-cli.md)
- [Microsoft Power BI CLI](https://docs.paradime.io/app-help/developers/paradime-cli/microsoft-power-bi-cli.md): Trigger Power BI dataset refreshes via CLI. Automate dashboard updates with Azure AD authentication."
- [Fivetran CLI](https://docs.paradime.io/app-help/developers/paradime-cli/fivetran-cli.md): Trigger Fivetran syncs and run dbt™  transformations automatically with Paradime Bolt integration.
- [Airbyte CLI](https://docs.paradime.io/app-help/developers/paradime-cli/airbyte-cli.md)
- [Webhooks](https://docs.paradime.io/app-help/developers/webhooks.md): Paradime Webhooks Overview: Introduction to managing webhook events for dbt™ projects. Streamline integration and automation.
- [Getting Started](https://docs.paradime.io/app-help/developers/webhooks/getting-started.md): Setup Paradime Webhooks: Configure webhooks for dbt™ project events. Ensure efficient event management and integration.
- [Custom Webhook Guides](https://docs.paradime.io/app-help/developers/webhooks/custom-webhook-guides.md): Paradime SaaS Integration: Connect dbt™ projects with other SaaS applications using webhooks for smoother automation and workflows.
- [Create an Azure DevOps Work item when a Bolt run complete with errors](https://docs.paradime.io/app-help/developers/webhooks/custom-webhook-guides/azure-devops.md): Azure DevOps Integration: Automate work item creation in Azure DevOps for dbt™ project errors. Ensure timely issue tracking and resolution with Paradime.
- [Create a Linear Issue when a Bolt run complete with errors](https://docs.paradime.io/app-help/developers/webhooks/custom-webhook-guides/linear-issue.md): Paradime Linear Integration: Automatically create Linear issues for dbt™ project errors. For better issue tracking and resolution.
- [Create a Jira Issue when a Bolt run complete with errors](https://docs.paradime.io/app-help/developers/webhooks/custom-webhook-guides/jira-issue.md): Paradime's Jira Integration: Generate Jira issues automatically for dbt™ project errors. For more efficient issue tracking and management.
- [Trigger a Slack notification when a Bolt run is overrunning](https://docs.paradime.io/app-help/developers/webhooks/custom-webhook-guides/slack-notification.md): Slack Notifications: Set up Slack alerts for dbt™ project overruns. Stay informed and manage issues promptly with Paradime Bolt.
- [Virtual Environments](https://docs.paradime.io/app-help/developers/virtual-environments.md)
- [Using Poetry](https://docs.paradime.io/app-help/developers/virtual-environments/using-poetry.md)
- [Troubleshooting](https://docs.paradime.io/app-help/developers/virtual-environments/troubleshooting.md)
- [API Keys](https://docs.paradime.io/app-help/developers/generate-api-keys.md): Generate API Keys in Paradime: Generate and manage API keys for dbt™ projects in Paradime. Ensure secure access and integration.
- [IP Restrictions in Paradime](https://docs.paradime.io/app-help/developers/ip-restrictions.md): IP Restrictions: Implement IP restrictions for dbt™ projects in Paradime. Enhance security and access control.
- [Company & Workspace token](https://docs.paradime.io/app-help/developers/company-and-workspace-token.md): Workspace Tokens: Manage company and workspace tokens for dbt™ projects in Paradime. Ensure secure and efficient access control.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.paradime.io/app-help/developers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
