



Start with one service
Choose the origin service your application calls, then a supported backend. Check the operations you actually use, authentication requirements and documented behavioral differences. Protocol compatibility does not imply identical authorization, consistency or limits. Use a single service adapter for a focused integration. A cloud adapter brings multiple service adapters together for one origin-to-target cloud direction, with shared configuration and deployment choices.Choose a workflow
Use an existing cloud tool
AWS CLI, SDKs, Terraform/OpenTofu, Pulumi and other API clients can use the origin endpoint.
Build a cloud adapter
Prepare configuration, identities and a bounded verification before expanding the workload.
Understand and operate the adaptation
How it works
Follow a request from its origin API to its backend.
Plan your setup
Check coverage and prepare configuration, identity and networking.
Tune behavior
Understand tuning tags, supported target fields and how to measure a change.
Debug a request
Capture response evidence and build a safe reproduction.