A directory of Context Plugins, one per API. Each one grounds your agent in the API's real specification. So it stops guessing, and what it writes is ready for production.
A new integration, from nothing. The agent has never seen this API and there is no code to copy.
“Add Stripe checkout to this app”Into a service you already maintain, matching the conventions already in the file.
“Wire payouts into our existing billing module”The provider shipped a breaking change. The agent is still writing last year’s call.
“Move us off the deprecated v1 endpoints”Move to the current version on your own schedule, without hunting the changelog for renamed methods.
“Upgrade to the latest version and fix what breaks”Swap one provider for another and keep the behaviour identical.
“Replace our SMS provider with Twilio”Five jobs developers hire a Context Plugin to do.
A new integration, from nothing. The agent has never seen this API and there is no code to copy.
“Add Stripe checkout to this app”Into a service you already maintain, matching the conventions already in the file.
“Wire payouts into our existing billing module”The provider shipped a breaking change. The agent is still writing last year’s call.
“Move us off the deprecated v1 endpoints”Move to the current version on your own schedule, without hunting the changelog for renamed methods.
“Upgrade to the latest version and fix what breaks”Swap one provider for another and keep the behaviour identical.
“Replace our SMS provider with Twilio”Global card acquiring, payment methods and settlement across Adyen’s platform.
Commission-free stock trading and market data.
Trade crypto, manage orders and monitor market data.
Crypto prices, market caps and coin metadata.
Speech-to-text and audio intelligence.
Automate a Discourse forum.
Real-time quotes, fundamentals and historical market data.
Crawl and scrape sites into clean, LLM-ready content.
Integrate and consume the APIMatic-generated Frankfurter API SDK — bundled skills for C#/.NET, python, TypeScript.
Geocode addresses, calculate routes and embed maps.
Subscriptions, invoicing and usage-based billing on Maxio Advanced Billing.
Search and read New York Times content.
Read and write pages, databases and blocks in Notion.
Checkout, orders, payments, refunds and payouts across the full PayPal REST surface.
Link bank accounts and read balances, transactions and identity.
Search and license images, video and music via the Shutterstock API.
Post messages, manage channels and users on Slack’s Web API.
Live scores, player stats and schedules across major leagues.
Search catalog, control playback and manage playlists on Spotify.
Payments, catalog and sales data via the Square API.
Vehicle state, climate and charging control via the Tesla API.
SMS, voice and programmable messaging via the Twilio API.
Integrate and consume the APIMatic-generated Verizon SDK — bundled skills for C#/.NET, python, TypeScript.
Upload, manage and deliver video via the Vimeo API.
From this page to working integration code.
$ npx context-plugins install paypalCopyOne command installs into every assistant it detects.