llms.txt Content
# Avido
## Docs
- [Create a new annotation](https://docs.avidoai.com/api-reference/annotations/create-a-new-annotation.md): Creates a new annotation.
- [Delete an annotation](https://docs.avidoai.com/api-reference/annotations/delete-an-annotation.md): Deletes an existing annotation.
- [Get a single annotation by ID](https://docs.avidoai.com/api-reference/annotations/get-a-single-annotation-by-id.md): Retrieves detailed information about a specific annotation.
- [List annotations](https://docs.avidoai.com/api-reference/annotations/list-annotations.md): Retrieves a paginated list of annotations with optional filtering.
- [Update an annotation](https://docs.avidoai.com/api-reference/annotations/update-an-annotation.md): Updates an existing annotation.
- [Create an API key for an application](https://docs.avidoai.com/api-reference/api-keys/create-an-api-key-for-an-application.md): Creates a new API key for the current application. The plaintext key is returned only once and must be stored securely.
- [Delete an API key](https://docs.avidoai.com/api-reference/api-keys/delete-an-api-key.md): Deletes an API key for the current application. Idempotent — returns 204 whether or not the key existed.
- [List API keys for an application](https://docs.avidoai.com/api-reference/api-keys/list-api-keys-for-an-application.md): Retrieves all API keys associated with the current application.
- [Get app config](https://docs.avidoai.com/api-reference/app-config/get-app-config.md): Returns public feature flags the dashboard needs to render correctly (e.g., whether the web scraper is enabled).
- [Get application chatbot config](https://docs.avidoai.com/api-reference/application-chatbot-config/get-application-chatbot-config.md): Retrieves the chatbot playground configuration for an application. Returns defaults if no config row has been saved yet.
- [Stream application chatbot playground response](https://docs.avidoai.com/api-reference/application-chatbot-config/stream-application-chatb