Add-ons
Backing services — databases, caches, streams and object stores — provisioned as claims (SS-02 / SS-11) and bound to your apps. Each claim injects its connection string as a managed environment variable.
| Add-on | Type | Plan | Status | Bound to | Region | Claim |
|---|---|---|---|---|---|---|
| orders-db | Postgrespostgres 16 | standard-2 | bound | orders-api | eu-central-1 | pg://orders-db |
| session-cache | Redisredis 7.2 | cache-1 | bound | storefront | eu-central-1 | redis://session-cache |
| search-index | OpenSearchopensearch 2.13 | search-2 | provisioning | search-svc | us-east-1 | os://search-index |
| events-bus | NATSnats 2.10 | stream-1 | bound | notify-worker | eu-west-1 | nats://events-bus |
| assets-bucket | Object storeSS-02 R2 | r2-std | bound | storefront | eu-central-1 | s3://assets-bucket |
| billing-db | Postgrespostgres 16 | standard-1 | error | billing-web | eu-central-1 | pg://billing-db |