Get Started¶
Pick the path that fits where you are right now. Both use the same OpenAI, Anthropic, and Cohere-compatible API — graduating from one to the other is a client-side change: the base URL, and usually the model name.
Looking for reference documentation rather than a quickstart? See Features for what the gateway does, and the API Overview for endpoints, parameters, and SDK usage.
Start here: 14-day free trial on AWS
Deploy the production-ready stack today — the stdapi.ai license is free for 14 days. AWS charges for what it runs (ALB, Fargate, KMS, NAT) and for Bedrock usage from the first minute. After the trial, the license is $0.10/container-hour — cancel anytime.
Before You Start¶
Both paths need:
- An AWS account with access to Amazon Bedrock. Create one free if you don't have one.
- AWS credentials configured locally —
aws configureoraws sso login(AWS CLI setup guide).
The AWS Terraform path additionally needs:
- Administrator-level AWS permissions — the module provisions IAM roles and policies, KMS keys, ECS/Fargate, ALB, and networking. A restricted developer profile will fail.
- A sandbox AWS account is strongly recommended for evaluation. Replicate into your target account once you've validated the stack.
- Terraform or OpenTofu >= 1.5.
- An AWS Marketplace subscription (14-day free trial of the license).
The Docker path additionally needs Docker or Podman.
Pick Your Path¶
-
14-day free trial — Deploy on AWS with Terraform
Start here — recommended for production.
- 2 Terraform commands → ECS Fargate with HTTPS, auto-scaling, optional WAF
- Hardened container image from AWS Marketplace — license free for 14 days, then $0.10/container-hour
- IP-restricted by default — safe to test right away
- Multi-region variants available (EU / US) for data residency
-
One command — Try locally with Docker
Lighter option, for: local development, evaluation, open-source projects.
- One
docker runcommand — no AWS infrastructure to provision - Uses your local AWS credentials (mounted from
~/.aws) to reach Bedrock - No authentication or IP restriction by default — intended for local use only
- Free community image (AGPL-3.0)
- Full API compatibility — same endpoints as production
- One
Not Sure Which to Pick?¶
| You are... | Go with | Why |
|---|---|---|
| A developer evaluating for the first time | Docker (local) | Fastest feedback loop, no cloud resources to tear down. |
| A team lead validating for production use | AWS (Terraform) | Mirrors real deployment. 14-day free license trial during evaluation. |
| Already running a production workload elsewhere | AWS (Terraform) | Jump straight to the stack you'll operate long-term. |
| Contributing to an open-source project | Docker (local) | AGPL-3.0 community image is free to use and redistribute. |
You can start local and migrate to AWS later — same API, same SDKs. You point the base URL at your AWS endpoint, and usually update the model name.
After Your First Call¶
- Features — What the gateway supports, substantiated claim by claim
- API Overview — Endpoints, parameters, and SDK usage
- Search Models — Find the right model ID by modality, route, region, or streaming support
- Use Cases — Open WebUI, n8n, coding assistants, and more
- Configuration — Every environment variable and option
- Troubleshooting — Common first-deployment errors and fixes
- Advanced Deployment — VPC integration, multi-region, cost optimization
- Licensing — Community (AGPL) vs Commercial