APIMatic
Official@apimatic · New Zealand
Developer Experience Platform for APIs
Agent Skills by APIMatic
Showing 15 vetted skills indexed across 1 GitHub repositories.
dotnet-authentication
Configure authentication credentials for APIMatic-generated .NET SDK clients in C#.
dotnet-models
Construct and read models in APIMatic-generated .NET SDKs using C#.
dotnet-calling-endpoints
Guides calling operations on APIMatic-generated .NET SDKs with correct signatures and response handling.
dotnet-configuration-resilience
Configure retries, timeouts, pagination, SSE streaming, and logging for APIMatic-generated .NET SDK clients.
integrate-maxio
Orchestrates a maxio-sdk subagent to plan and implement Maxio Advanced Billing .NET SDK integrations.
dotnet-client-initialization
Constructs and registers APIMatic-generated .NET SDK clients with HttpClient and dependency injection.
dotnet-testing
Write tests for code calling APIMatic-generated .NET SDKs using a fake HttpMessageHandler seam.
maxio-getting-started
Grounds Maxio Advanced Billing .NET SDK integrations in a bundled operation and model map.
dotnet-error-handling
Implements exception handling for APIMatic-generated .NET SDK calls in C#.
onboard-context-matic
Guides an interactive tour of the context-matic MCP server tools and available APIs.
integrate-context-matic
Integrates third-party APIs using the context-matic MCP server for SDK discovery and guidance.
twilio-getting-started
Grounds Twilio .NET SDK integration in a generated map of operations, models, enums, and error types.
integrate-twilio
Orchestrates a twilio-sdk subagent to plan and implement Twilio .NET SDK integrations in C# projects.
integrate-paypal
Orchestrates PayPal .NET SDK integration through a plan-first subagent workflow in C# projects.
paypal-getting-started
Grounds PayPal .NET SDK integration in a generated map of operations, models, enums, and error types.
Frequently Asked Questions About APIMatic
FAQPage SchemaWhat tasks can I accomplish using APIMatic's skills?▼
You can integrate APIMatic-generated .NET SDKs in C#: configure authentication, build request models, call endpoints, handle errors, write tests, and set up retries and logging. Guided skills also cover Twilio messaging, PayPal payments, and Maxio subscription billing integrations.
Who are APIMatic's skills designed for?▼
They target C#/.NET developers integrating APIMatic-generated SDKs or third-party services like Twilio, PayPal, and Maxio Advanced Billing. All integration skills are .NET/C# only and explicitly must not be loaded for any other language.
How do I start a Twilio, PayPal, or Maxio integration with these skills?▼
Load the mandatory integrate-twilio, integrate-paypal, or integrate-maxio skill first, before spawning the corresponding helper agent. It dictates the plan-file path, blocks project-file edits while the agent runs, and names the required dotnet-* companion skills.
What do the dotnet-* companion skills cover?▼
They cover client initialization and dependency injection, authentication and credential rotation, request models and union accessors, endpoint calling with async and cancellation, error handling, testing seams, and resilience settings like retries, timeouts, pagination, and SSE streaming.
What is the context-matic MCP server used for?▼
It discovers and integrates third-party APIs using fetch_api, ask, model_search, and endpoint_search. The onboard-context-matic skill gives first-time users an interactive tour of available APIs, while integrate-context-matic handles actual end-to-end API integration.