Skip to content

TokenConfig

Defined in: packages/agentic-control/src/core/types.ts:28

Token configuration for intelligent switching between orgs

defaultTokenEnvVar: string

Defined in: packages/agentic-control/src/core/types.ts:32

Default token env var when org is unknown


organizations: Record<string, OrganizationConfig>

Defined in: packages/agentic-control/src/core/types.ts:30

Mapping of org name to configuration


prReviewTokenEnvVar: string

Defined in: packages/agentic-control/src/core/types.ts:34

Token env var to ALWAYS use for PR reviews (ensures consistent identity)