AI provider credentials
Bring your own key so runs execute on your account, not BinChicken's. Your key is encrypted at rest and is never shown again after you add it.
Loading…
Providers
Every provider implements the same execution interface. Runs use your own credential above when one is configured for a provider — see docs/adr/018-phase-9-real-provider-execution-and-byok-ui.md.
Claude Sonnet 5claude-sonnet-5
medium cost
Available
GPT-5gpt-5
medium cost
Available
Gemini 2.5 Progemini-2.5-pro
low cost
Available
Llama 3.1 70B (local)llama3.1:70b
low cost
Not configured
Roles
The fixed cast of the simulated engineering team.
ScoperTurns a raw GitHub issue into scoped, testable requirements before any design or code work starts.
→ requirementsArchitectDesigns the technical approach against the codebase's real constraints, and names the tradeoffs.
→ architectureUX ReviewerReviews the proposed approach for usability, consistency, and accessibility before implementation.
→ ux_reviewSecurity ReviewerThreat-models the proposed change and flags anything that must not ship without human sign-off.
→ security_reviewBuilderImplements the approved architecture as a reviewable patch, not a black-box commit.
→ implementation_patchCode ReviewerReviews the implementation patch the way a senior engineer would — for correctness, not vibes.
→ code_reviewTesterTurns acceptance criteria into an executable test plan and validates coverage.
→ test_planReleaserPrepares release notes and the pull-request handoff once every prior gate has cleared.
→ release_notesGovernance policy
Applied to repositories connected to the feature-delivery workflow.
Required gatessecurity, approval
Auto-approve low risk
off