# Public API (BETA)

- [Overview](https://docs.decube.io/public-api/overview.md)
- [Data API](https://docs.decube.io/public-api/overview/index.md)
- [Assets](https://docs.decube.io/public-api/overview/index/assets.md)
- [Glossary](https://docs.decube.io/public-api/overview/index/glossary.md)
- [Lineage](https://docs.decube.io/public-api/overview/index/lineage.md)
- [Monitors](https://docs.decube.io/public-api/overview/index/monitors.md): Integrate monitoring and alerting into orchestration, CI/CD, and observability workflows so teams can react faster and automate responses to data issues.
- [Create, Manage & Delete](https://docs.decube.io/public-api/overview/index/monitors/create-manage-and-delete.md): Programmatically manage data quality monitors for your assets so you can monitor various aspects of data quality including freshness, volume, field health and custom rules.
- [Examples of Monitor Creation](https://docs.decube.io/public-api/overview/index/monitors/examples.md): Practical examples for creating data quality monitors using the Decube Public API. These examples demonstrate proper payload structure and follow all validation rules.
- [ACL](https://docs.decube.io/public-api/overview/index/acl.md)
- [Group](https://docs.decube.io/public-api/overview/index/acl/group.md)
- [Reports](https://docs.decube.io/public-api/overview/index/reports.md)
- [Data Quality Scorecard](https://docs.decube.io/public-api/overview/index/reports/data-quality-scorecard.md)
- [Recon](https://docs.decube.io/public-api/overview/index/recon.md)
- [Custom Attributes](https://docs.decube.io/public-api/overview/index/custom-attributes.md): Create and manage Custom Attributes for your organization.
- [Control API](https://docs.decube.io/public-api/overview/control-api.md)
- [Users](https://docs.decube.io/public-api/overview/control-api/users.md)
- [Use Cases](https://docs.decube.io/public-api/use-cases.md): This guide provides practical examples of how to leverage the Decube Public API to automate common data management workflows and integrate with your existing systems.
- [API Keys](https://docs.decube.io/public-api/api-keys.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.decube.io/public-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.
