Skip to content

Skills & AI

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 .md sibling (same path with .md suffix). See the platform-docs README for how generate:api-md fits into yarn 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 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):

Terminal window
npx skills add fleet-co/platform-api-skills

That 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.

  1. Install skills for high-level workflows and naming.
  2. Paste a guide section or an operation .md file when you need verbatim API detail in a long context window.
  3. Use API reference in the sidebar for interactive browsing and schema drill-down.