Skip to content

setTokenConfig

setTokenConfig(config): void

Defined in: packages/agentic-control/src/core/tokens.ts:122

Update the token configuration

Partial<TokenConfig>

void

setTokenConfig({
organizations: {
"my-org": { name: "my-org", tokenEnvVar: "MY_ORG_TOKEN" }
},
prReviewTokenEnvVar: "PR_REVIEW_TOKEN"
});