← Back to Skills
๐Ÿ”Œ

API Integration

Connect to and orchestrate third-party APIs and webhooks

Developer 4 steps 4 tools 3 servers

Example Prompt

Integrate our app with the Stripe API โ€” generate a client for creating charges, handling webhooks, and managing subscriptions

About

Facilitates integration with third-party APIs by reading existing code to understand the integration surface, fetching API documentation and schemas from external sources, and generating client code with proper authentication, error handling, and retry logic. Produces tested integration code ready for use in your application.

Workflow Steps

1

Read existing integration code to understand patterns, auth mechanisms, and error handling conventions

๐Ÿ“„ Read File
2

Fetch the target API's documentation or OpenAPI schema to understand available endpoints

๐Ÿ”ง fetch-fetch
3

Design the integration approach โ€” authentication flow, data mapping, error handling, and retry strategy

๐Ÿง  Structured Reasoning
4

Generate the integration client code with proper auth, validation, and error handling

โœ๏ธ Write File

Tags

apiintegrationwebhooksresthttpthird-party