IMAGE_REPOSITORY / SERVICE_VERSION | Compose image namespace and version | Use a specific published release |
BIND_ADDRESS / GATEWAY_PORT | Compose listener | Defaults to 127.0.0.1 / 18080; update public URL when changed |
POSTGRES_DB | Compose database name | Defaults to agentscope; can select a restored database |
POSTGRES_PASSWORD | Compose database password | Preserve after initialization; use URL-safe values |
AISTIO_PRODUCT_DSN | Product database | Uses schema cp |
AISTIO_STORAGE_DSN | Control-plane runtime database | Set search_path=rt |
BUILDER_DB_URL / USER / PASSWORD | Java JDBC connection | Full credential names: BUILDER_DB_USER, BUILDER_DB_PASSWORD; schema dp |
BUILDER_JWT_SECRET | User token signing | At least 32 characters; consistent across components |
BUILDER_INTERNAL_TOKEN | Internal service authentication | At least 32 characters; not a user credential |
BUILDER_VAULT_MASTER_KEY | Credential encryption | Shared across components; back up with data |
AISTIO_BOOTSTRAP_ADMIN / PASSWORD | Initial administrator | Full password name: AISTIO_BOOTSTRAP_PASSWORD; 12–72 bytes |
AISTIO_SEED_USERS | Go demo-account seeding | Release configuration sets false |
BUILDER_SEED_USERS | Java demo-account seeding | Release configuration sets false |
BUILDER_ALLOW_LOCAL_ENVIRONMENT | Permit Local Environments | Defaults to false |
BUILDER_OAUTH_PUBLIC_URL | Public origin | Must match OAuth callback configuration |
DASHSCOPE_API_KEY | Default DashScope model credentials | Required only for that model path |
BUILDER_E2B_API_KEY | E2B environment credentials | Required only for the corresponding Sandbox path |