Setting the file. One moment.
Subchapter 2.3
references/canonical-docs.mdMarkdown3 KBView on GitHub
Before writing any code file, read the relevant canonical docs page using WebFetch. These docs are the source of truth for API patterns, component usage, and configuration — do NOT reproduce code examples from memory or from this skill file.
If you cannot access the docs, tell the user you need them to provide the current patterns rather than guessing.
| You need to… | Read this page |
|---|---|
| Initialize the Stripe client in a UI extension | Extensions SDK API |
Verify fetchStripeSignature on your backend | Backend + signed requests |
| Choose between platform keys, OAuth, or restricted keys | Authentication types |
| Set up webhooks for a public app | Events and webhooks |
| Store secrets (OAuth tokens, API keys) | Secret Store |
| Know which UI components are available | UI components |
| Declare permissions in the manifest | Permissions reference |
| Publish to the marketplace | Marketplace submission |