Documentation
README
Create Custom Integration
Guide the user through creating a new custom integration β a wrapper around an external API or service that the workspace's agents can use.
What You're Building
A custom integration is a skill with the custom-int- prefix:
- Lives in
.claude/skills/custom-int-{slug}/SKILL.md - Gitignored (personal to the workspace, not shipped)
- Appears in the dashboard
/integrationspage under the "Custom Integrations" section - Documents the env keys, auth method, and example calls so agents know how to use it
When to use
This is the opening of the README. Read the full README on GitHub.