Skills & AI
Working from these pages in an AI chat
Section titled “Working from these pages in an AI chat”Most content here is Markdown or has a Markdown export, so you can reuse it in assistants (Cursor, ChatGPT, Claude, internal bots, etc.):
- Guides are authored as Markdown. You can copy content from the browser, use repository files directly, or open the live page next to your assistant.
- API reference pages are generated from OpenAPI. When Markdown export is enabled, each operation also has a
.mdsibling (same path with.mdsuffix). See theplatform-docsREADMEfor howgenerate:api-mdfits intoyarn dev/yarn build.
This helps assistants answer questions like “how do I call validate cart?” using the same text humans read on the site.
Fleet Platform API skills (Skills CLI)
Section titled “Fleet Platform API skills (Skills CLI)”Fleet publishes Agent Skills for the Platform API—compact instruction packs an AI agent can load when integrating with /platform/v1.
Install them with the Skills ecosystem CLI (see also vercel-labs/skills):
npx skills add fleet-co/platform-api-skillsThat command pulls the skill bundle from fleet.co/platform-api-skills.
After installation, your agent gets structured guidance (auth, rate limits, catalog, carts, devices, users) in addition to these docs.
Practical combo
Section titled “Practical combo”- Install skills for high-level workflows and naming.
- Paste a guide section or an operation
.mdfile when you need verbatim API detail in a long context window. - Use API reference in the sidebar for interactive browsing and schema drill-down.