# Scope

This document defines the Drizz **Public Integration APIs** used by external systems—CI/CD pipelines, automation frameworks, and internal developer tools—to programmatically interact with Drizz. These APIs support:

1. **Secure authentication**
2. **Binary upload for mobile apps**
3. **Automated Test Plan execution triggers**
4. **Standardized error handling and integration diagnostics**

The APIs are engineered for **enterprise CI/CD environments**, ensuring deterministic behavior, authenticated access, consistent execution, and predictable failure modes for large-scale automation.

**Base URL**\
<https://app.drizz.dev/api/tm/api/pub>


---

# 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.drizz.dev/drizz-api-integration/scope.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.
