# API

- [Introduction](https://docs.erathos.com/api/introduction.md): Integrate Erathos with your Modern data stack.
- [Trigger jobs outside Erathos](https://docs.erathos.com/api/introduction/trigger-jobs-outside-erathos.md)
- [Trigger jobs in Erathos](https://docs.erathos.com/api/introduction/trigger-jobs-in-erathos.md)
- [Quickstart](https://docs.erathos.com/api/quickstart.md)
- [Airflow](https://docs.erathos.com/api/quickstart/airflow.md): Integration with Airflow.
- [Databricks](https://docs.erathos.com/api/quickstart/databricks.md)
- [Dbt Cloud](https://docs.erathos.com/api/quickstart/dbt-cloud.md): Integration with dbt cloud.
- [Erathos](https://docs.erathos.com/api/quickstart/erathos.md)
- [Prefect](https://docs.erathos.com/api/quickstart/prefect.md): Integration with Prefect.
- [Concepts](https://docs.erathos.com/api/concepts.md)
- [Authentication](https://docs.erathos.com/api/concepts/authentication.md): Create and use an API Key.
- [Metadata](https://docs.erathos.com/api/concepts/metadata.md)
- [Rules](https://docs.erathos.com/api/concepts/rules.md)
- [Variables and secrets](https://docs.erathos.com/api/concepts/variables-and-secrets.md)
- [API Reference](https://docs.erathos.com/api/api-reference.md)
- [Jobs](https://docs.erathos.com/api/api-reference/jobs.md)
- [Orchestration](https://docs.erathos.com/api/api-reference/orchestration.md)
- [Secrets](https://docs.erathos.com/api/api-reference/secrets.md)
- [Variables](https://docs.erathos.com/api/api-reference/variables.md)
- [Workspaces](https://docs.erathos.com/api/api-reference/workspaces.md)


---

# 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.erathos.com/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.
