Integrate External Services

Use when integrating a third-party/external system — calling a vendor API (anti-corruption adapter behind your own interface, resilient HTTP with circuit breaker + retry/backoff, outbound HMAC request signing, idempotency keys), receiving inbound webhooks (raw-body capture, signature verification, idempotent fast-ack-then-enqueue, vendor→internal event mapping), or exposing a partner/public API edge (client-credentials + token introspection + scopes, API-key role guard, client→tenant mapping). NestJS/TS reference, framework-flexible. For service-to-service calls inside your own platform, see integrate-internal-services.

kennguyen887 c801649 6 files · 35.2 KB Updated

File contents

kennguyen887/agent-foundation/tree/main/skills/integrate-external-services commit c801649eef

Frequently asked questions

npx skillmds@latest add kennguyen887/integrate-external-services