# Stoq AI agents integrating with Stoq should fetch the SKILL.md for the API surface they care about. Each is generated from the live action registry and stays in sync with what the dispatcher accepts. ## Available skills - Preorders API v2: https://app.restockrocket.io/api/v2/external/preorders/skill.md Additional APIs (back-in-stock, etc.) will be listed here as they ship. ## Discovery + auth - Live cross-domain action manifest: https://app.restockrocket.io/api/v2/external/help - Call endpoints require `X-Auth-Token: `. The merchant obtains their key from the Stoq dashboard → Settings → API. - Discovery endpoints (this file, per-domain SKILL.md, action manifest) are public so agents can learn the API before they have a token.