Integrations
Skills
Drop a folder into a coding agent and it knows how to meter, cap and attribute without being told.
A skill is a directory with a SKILL.md an agent reads when the task matches. Ours teaches an agent to point at the gateway, mint a key per end user, and handle a 402, so it writes the integration correctly the first time.
Install
bash
What lands
text
The rules it carries
- Mint one
ak_per end user, never share a key across customers - Never put an
sk_in client code; it can mint keys and read every customer's spend - Handle 402 as a product state with a top-up path, not as a crash
- Money is integer micro-dollars; never parse it into a float
The skill is generated from the same source as this documentation, so it cannot drift from the error codes and endpoint shapes on these pages.
Checking it works
bash