Build with your AI agent
These docs ship as an installable agent skill. It hands your coding agent the Unipaas integration
map, the two-step /authorize flow, and the Web SDK path, so it writes integrations the
way the docs describe them.
Install the skill
With the skills CLI, one command installs it into your agent:
npx skills add docs.unipaas.com It resolves the skill from this site's served catalog and installs it into your agent's skills directory.
No CLI (claude.ai or ChatGPT)
No terminal? Take the same skill by hand:
- Download the skill bundle (.zip) and upload it to a claude.ai Project or a ChatGPT conversation.
- Or paste the entire docs corpus (
llms-full.txt) into any assistant for a one-shot context.
One page at a time
Every page carries a Copy Page control (top-right): copy the page as Markdown, open
it in ChatGPT or Claude, or view its raw .md. Reach for that when you want an agent to
work from a single page rather than the whole skill.