Documentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
Options
}Name of the remote in
.trussrc to check.--show-oidc
Display your OIDC configuration for workload identity, including org ID, team IDs, issuer, audience, and the subject claim format used for cloud provider trust policies.
Logging verbosity.
humanfriendly (default) is pretty-printed; INFO, DEBUG, WARNING produce structured logs.--non-interactive
Disable interactive prompts. Use in CI/automated contexts where stdin isn’t a TTY.
| Field | Description | Example |
|---|---|---|
| Org ID | Your organization identifier | Mvg9jrRd |
| Teams | Team IDs within your organization | AviIZ0y3 (my-team) |
| Issuer | The Baseten OIDC issuer URL | https://oidc.baseten.co |
| Audience | The expected audience claim | oidc.baseten.co |
| Workload Type Options | Available workload types for subject claims | model_container, model_build |
| Subject Claim Format | Pattern used in cloud provider trust policies to scope access | v=1:org=<org_id>:team=<team_id>:model=<model_id>:deployment=<deployment_id>:environment=<environment>:type=<workload_type> |