# Integration notes

* All resources are scoped to the authenticated workspace unless explicitly documented otherwise
* The internal `public` router tag is removed from this exported spec so the documentation stays business-oriented
* Some operations support both JWT and API key authentication, but they always remain constrained by Aurora ownership and access rules
* When examples are available in this spec, they are meant as practical starting points for integration rather than exhaustive payload definitions


---

# 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.aurorasuite.ai/api-reference/integration-notes.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.
