# Bolt API

Paradime offers an API to allow seamless integration of Bolt runs into your existing data pipeline.&#x20;

These tools provide flexible options for triggering, monitoring, and responding to Bolt runs within your workflow.

{% hint style="info" %}
You can interact with the Paradime Bolt API using various methods:

* [GraphQL](https://docs.paradime.io/app-help/developers/graphql-api/examples/bolt-api)
* [cURL](https://docs.paradime.io/app-help/developers/graphql-api/examples/bolt-api)
* [Python SDK](https://docs.paradime.io/app-help/developers/python-sdk/modules/bolt)
* [CLI](https://docs.paradime.io/app-help/developers/paradime-cli/bolt-cli)
* [Webhooks](https://docs.paradime.io/app-help/developers/webhooks)
  {% endhint %}


---

# 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/documentation/bolt/bolt-api.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.
