# Usage

All authenticated requests to the Drizz Public APIs require the issued access token to be included in every API call. The token acts as the authorization credential for validating the identity of the calling system. Clients must transmit the token using the designated header to ensure secure, consistent, and authenticated communication across CI/CD pipelines and automation frameworks.

The access token must be passed in all API calls using the following header:

**x-api-key:** \<ACCESS\_TOKEN>

<br>


---

# 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/authentication/usage.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.
