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
- Donutwork Skill (latest):
/downloads/donutwork-skill-latest.tar.gz - Checksum (latest):
/downloads/donutwork-skill-latest.sha256 - Donutwork Claude Code skill (latest):
/downloads/donutwork-claude-code-skill-latest.skill - Claude Code checksum (latest):
/downloads/donutwork-claude-code-skill-latest.sha256 - OpenAPI snapshot:
/openapi.json - AI full context bundle:
/llms-full.txt - AI quick index:
/llms.txt
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.sha256What 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.
Recommended First Prompts
Use $donutwork to map scopes for customers, charges, and webhooks.Use $donutwork to generate payload models for customer and subscription sync.Use $donutwork to produce a production go-live checklist for our integration.
Next Step
Go to the full skill documentation: