Works with the AI tools you already use

    CClaude CodeCCursorCCodex CLIGGitHub CopilotGGemini CLIVVS CodeWWindsurf+15 more

    API Integration Design & Error Handling Architect

    2

    Designs reliable API integrations with request validation, contract mapping, retries, timeout policies, idempotency, rate-limit protection, token refresh, dead-letter handling, monitoring, and recovery plans.

    Secure checkout via Stripe

    0 installsSecurity scanned

    See it in action

    You say

    Design an API integration between Shopify paid orders and our ERP. Context: - Shopify is the source of truth for order creation and payment status. - The ERP is used for fulfillment and accounting. - We need to sync paid orders, customers, line items, shipping address, tax, currency, and payment status. - We are worried about duplicate orders, webhook retries, missing SKU mappings, ERP timeouts, rate limits, and partial failures. Please include: - integration architecture - data contract - field mapping approach - request validation - response validation - retry and backoff policy - idempotency strategy - rate-limit protection - dead-letter handling - monitoring and alerting - testing matrix - runbook notes

    Your agent does

    === API INTEGRATION DESIGN & ERROR HANDLING BLUEPRINT === Business process: Sync paid Shopify orders into the ERP for fulfillment and accounting. Systems integrated: - Source: Shopify - Target: ERP Source of truth: Shopify is the source of truth for order creation and payment status. The ERP is the source of truth for fulfillment and accounting processing after successful sync. Integration architecture: 1. Shopify order-paid webhook. 2. Webhook signature validation. 3. Event ID capture. 4. Payload validation. 5. Order transformation. 6. ERP customer lookup or create. 7. ERP order create. 8. Idempotency and state store. 9. Dead-letter handling. 10. Monitoring and reconciliation report. Data contract: Required source fields: - Shopify order ID - customer ID or customer email - line items - variant IDs or SKUs - quantity - price - currency - payment status - shipping address Required target fields: - ERP customer reference - ERP order lines - ERP item ID or SKU - quantity - price - tax - shipping method - payment status Request validation: Reject or route to review if: - Shopify order ID is missing - payment status is not paid - line items are empty - SKU mapping is missing - currency is unsupported - shipping address is incomplete - tax mapping cannot be determined Response validation: Confirm that: - ERP customer reference is returned - ERP order ID is returned - order status is accepted or created - line item count matches expected count - no partial success warning is present Idempotency strategy: Use Shopify order ID plus operation type as the idempotency key. Duplicate behavior: If the ERP order already exists, do not create another order. Update sync status and append an audit note. Retry policy: Retry timeouts, 429 responses, and selected 5xx responses with exponential backoff and jitter. Do not retry validation failures, missing SKU mappings, permission errors, or malformed requests. Rate-limit protection: Queue order sync jobs and throttle ERP requests according to provider limits. Alert if queue depth grows or repeated rate-limit responses occur. Dead-letter handling: Route failed orders to a review queue with: - Shopify order ID - correlation ID - failed step - error category - safe error message - retry count - recommended action - replay allowed flag Monitoring: Track: - orders received - orders synced - orders failed - duplicate orders prevented - retry count - ERP latency - dead-letter count - SKU mapping failures - reconciliation mismatches Testing matrix: - valid paid order - missing SKU mapping - unsupported currency - duplicate webhook event - ERP timeout before response - ERP timeout after accepting request - ERP validation error - rate-limit response - partial customer created but order failed - replay from dead-letter - reconciliation report detects unsynced paid order Runbook notes: - integration owner must review dead-letter items daily during pilot - failed SKU mappings should be assigned to operations or catalog owner - replay is allowed only after idempotency key and ERP order status are checked - production rollout should begin with a limited-volume pilot

    What you get

    Design idempotency strategies to prevent duplicate records in CRM/ERP systems.Create formal error taxonomies for retryable vs. non-retryable API failures.Develop webhook consumers with signature validation and dead-letter handling.Generate comprehensive integration testing matrices for edge-case failure modes.Architect token refresh and rate-limit protection for high-volume data syncs.

    About this skill

    API Integration Design & Error Handling Architect helps developers, automation engineers, SaaS teams, integration agencies, technical consultants, and companies connecting many business systems design robust API integrations between CRMs, ERPs, Shopify, HubSpot, Stripe, Airtable, Slack, Notion, Google Sheets, internal tools, and other SaaS platforms.

    Many enterprise automations depend on external APIs, but fragile integrations often fail because they do not properly handle malformed requests, missing fields, schema changes, authentication errors, expired tokens, permission failures, timeouts, incomplete responses, rate limits, webhook retries, duplicate requests, partial completion, and downstream system failures.

    This skill creates defensive API integration architectures with request validation, response validation, field mapping, schema and contract mapping, authentication planning, token refresh logic, timeout policies, retry and exponential backoff strategies, rate-limit protection, idempotency keys, error classification, ambiguous response handling, dead-letter queues, webhook reliability patterns, monitoring, alerting, testing matrices, runbooks, and remediation tickets.

    It is ideal for building integrations between CRMs, ERPs, ecommerce platforms, payment systems, support platforms, internal databases, workflow automation tools, communication platforms, productivity systems, and reporting tools.

    The skill is designed to transform fragile API flows into reliable, observable, recoverable, enterprise-grade integrations that reduce operational risk, prevent data loss, avoid duplicate records, support safe retries, and make integration failures easier to diagnose and recover from.

    How to install

    Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Trust & safety

    Security scanned

    Verified clean 1 month ago

    Listed1 month ago

    Frequently Asked Questions