APIMatic avatar

APIMatic

Official

@apimatic · New Zealand

0Followers
|
140Public Repos
|
15Published Skills

Developer Experience Platform for APIs

Skills Distribution
DomainDeveloper To....NET SDK Integration (40%)Third-Party API On.. (25%)Authentication & E.. (20%)Testing & Resilience (15%)

Agent Skills by APIMatic

Showing 15 vetted skills indexed across 1 GitHub repositories.

apimaticapimatic

dotnet-authentication

Configure authentication credentials for APIMatic-generated .NET SDK clients in C#.

Official
Intermediate
apimaticapimatic

dotnet-models

Construct and read models in APIMatic-generated .NET SDKs using C#.

Official
Intermediate
apimaticapimatic

dotnet-calling-endpoints

Guides calling operations on APIMatic-generated .NET SDKs with correct signatures and response handling.

Official
Intermediate
apimaticapimatic

dotnet-configuration-resilience

Configure retries, timeouts, pagination, SSE streaming, and logging for APIMatic-generated .NET SDK clients.

Official
Advanced
apimaticapimatic

integrate-maxio

Orchestrates a maxio-sdk subagent to plan and implement Maxio Advanced Billing .NET SDK integrations.

Official
Advanced
apimaticapimatic

dotnet-client-initialization

Constructs and registers APIMatic-generated .NET SDK clients with HttpClient and dependency injection.

Official
Intermediate
apimaticapimatic

dotnet-testing

Write tests for code calling APIMatic-generated .NET SDKs using a fake HttpMessageHandler seam.

Official
Intermediate
apimaticapimatic

maxio-getting-started

Grounds Maxio Advanced Billing .NET SDK integrations in a bundled operation and model map.

Official
Advanced
apimaticapimatic

dotnet-error-handling

Implements exception handling for APIMatic-generated .NET SDK calls in C#.

Official
Advanced
apimaticapimatic

onboard-context-matic

Guides an interactive tour of the context-matic MCP server tools and available APIs.

Official
Intermediate
apimaticapimatic

integrate-context-matic

Integrates third-party APIs using the context-matic MCP server for SDK discovery and guidance.

Official
Intermediate
apimaticapimatic

twilio-getting-started

Grounds Twilio .NET SDK integration in a generated map of operations, models, enums, and error types.

Official
Advanced
apimaticapimatic

integrate-twilio

Orchestrates a twilio-sdk subagent to plan and implement Twilio .NET SDK integrations in C# projects.

Official
Advanced
apimaticapimatic

integrate-paypal

Orchestrates PayPal .NET SDK integration through a plan-first subagent workflow in C# projects.

Official
Advanced
apimaticapimatic

paypal-getting-started

Grounds PayPal .NET SDK integration in a generated map of operations, models, enums, and error types.

Official
Advanced

Frequently Asked Questions About APIMatic

FAQPage Schema
What 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.