FREE TRIAL
 
 
 
 
APIMatic Agent Skills

Make your API AI-ready in one prompt.

Prompt your AI assistant to turn your OpenAPI spec into Context Plugins, SDKs, or an API Portal. No engineering required.

$ npx skills add apimatic/skills
View the skills on GitHub
claude-code > Generate Context Plugins, SDKs,   and an API Portal from @openapi.yaml ◆ apimatic-portal skill   validating spec ...   ✓ 34 endpoints, 0 errors   ✓ generating 3 outputs Context Plugins API context for your AI assistant SDKs Idiomatic client libraries API Portal AI-native docs with a try-it console
 

From your OpenAPI spec to shipped outputs, in three steps.

Your first Context Plugins, SDKs, or Portal generates in minutes. You work in the AI assistant you already use. There is no process to learn and no documentation to read.

 
claude-code · install $ npx skills add apimatic/skills ✓ installed apimatic-portal ✓ installed apimatic-sdk > What would you like to generate?
claude-code · generate > Generate a Portal with Context Plugin and SDKs in   Python and TypeScript for this api @openapi.yaml ◆ apimatic-portal skill ✓ Your Portal built successfully and is now running.   Running at http://localhost:64766   Generated from your openapi.yaml spec: Context   Plugins, interactive API reference, SDKs, code   samples, and API Console (try-it playground) are   all live. What would you like to work on next?
claude-code · automate > Set up a CI workflow that regenerates and   republishes everything when openapi.yaml changes ◆ apimatic-portal skill ✓ Created .github/workflows/apimatic.yml   Runs on every push to openapi.yaml: What would you like to work on next?
 

Customize every output. All you have to do is ask.

Give your whole team a way to contribute. Product designers set up branding, Technical Writers write guides and API recipes, and Engineers customize the SDKs, each from the AI assistants they already work in.

Match your brand

Match your Portal to your brand without a front-end team. Provide brand guidelines or a link to your website, and your Portal takes on your colors, typography, navigation, header, and footer.

Match your brand
> Use the brand at acme.com for my API Portal.
  Match the brand colors, typography, navigation,
  header, and footer, then regenerate the Portal.

◆ apimatic-portal skill
  fetching brand from acme.com ...
  ✓ palette, type scale, logo, nav
✓ Portal restyled successfully

Docs & API Recipes

Go beyond reference docs. Add guides and API Recipes that walk developers through real workflows step by step, published straight to your Portal.

Docs & API Recipes
> Add a Quickstart API Recipe that walks a developer
  through creating a payment end to end, plus a
  custom Authentication docs page. Publish both.

◆ apimatic-portal skill
  ✓ recipe: Create a payment (4 steps, runnable)
  ✓ page: Authentication
✓ Portal updated successfully

Customize SDKs

Ship SDKs that read like your own code. Set your naming conventions and interface style, and inject custom logic where the generated client needs it.

Customize SDKs
> Rename the Python SDK namespace to acme.payments,
  use snake_case method names, and inject my retry
  helper into the HTTP client. Regenerate and publish.

◆ apimatic-sdk skill
  ✓ namespace → acme.payments, snake_case methods
  ✓ retry helper injected into HTTP client
✓ Python SDK regenerated and published to PyPI
 

Try it on your own spec.

Install the skills, point them at your OpenAPI spec, and generate your first Context Plugin for free.

$ npx skills add apimatic/skills

Free for 14 days.