Donutwork Docs

AI Integration Hub

The fastest path for AI agents and developer teams to integrate with Donutwork APIs using official skill packages, endpoint maps, and entity models.

Build With Donutwork, Faster

This page is the main entry point for AI-assisted integration on Donutwork. If your team uses Codex or other AI copilots, start here to reduce implementation time, lower scope mistakes, and ship production-ready integrations faster.

Why This Matters

  • Faster onboarding with a pre-packaged integration skill.
  • Clear endpoint-to-scope mapping for least-privilege access.
  • Field-level entity models for safer payload implementation.
  • Repeatable go-live checklist for reliable releases.

Official AI Integration Assets

Install In 60 Seconds

mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
tar -xzf donutwork-skill-latest.tar.gz -C "${CODEX_HOME:-$HOME/.codex}/skills"

Then invoke:

Use $donutwork to design my integration plan.

Claude Code Setup

unzip -o donutwork-claude-code-skill-latest.skill -d "$HOME"

Optional integrity check:

sha256sum -c donutwork-claude-code-skill-latest.sha256

What You Get With $donutwork

  • Endpoint plan by feature (method, path, purpose).
  • Required OAuth/API scopes by endpoint.
  • Entity payload model guidance with required fields.
  • Ready-to-use request examples.
  • Launch checklist for staging and production.
  1. Use $donutwork to map scopes for customers, charges, and webhooks.
  2. Use $donutwork to generate payload models for customer and subscription sync.
  3. Use $donutwork to produce a production go-live checklist for our integration.

Next Step

Go to the full skill documentation:

On this page