generated: '2026-09-12' method: generated source: https://api.agilixbuzz.com/llms.txt name: Agilix Buzz API agent skills description: >- Packaged operating instructions for the two marquee flows of the Agilix Buzz (DLAP / xLi) API. Agilix publishes no AGENTS.md and no skills of its own; these are generated by API Evangelist. They are grounded in the provider's published command reference rather than in an OpenAPI, because none exists — every command name, parameter and default cited was read from a first-party documentation page fetched 2026-09-12, and no operation or value is invented. Both skills carry the two facts an agent most needs about this API and would not otherwise learn: the error envelope rides under HTTP 200, and there is no idempotency mechanism on any write. api: Agilix Buzz API (DLAP / xLi) grounding_contract: none (no OpenAPI published) grounding_reference: https://api.agilixbuzz.com/llms.txt skills: - name: agilix-buzz-oauth-application-identity file: agilix-buzz-oauth-application-identity.md summary: >- Create an Application Identity account, register an RSA public key, mint a JWT client assertion, exchange it for a one-hour Bearer token, verify with GetUser2/GetDomain2, and handle the envelope, error codes and retry rules correctly. operations: [CreateUsers2, GetUser2, GetDomain2, GetStatus] - name: agilix-buzz-data-stream-webhook file: agilix-buzz-data-stream-webhook.md summary: >- Read, validate and set a domain's Data Stream configuration with an HTTPS (webhook) target and an event filter, then consume the event envelope with correct de-duplication, ordering and failure expectations. operations: [GetDataStreamConfiguration, ValidateDataStreamConfiguration, SetDataStreamConfiguration] provider_published_skills: none found