Quickstart
This walkthrough gets you from zero to a governed AI coding session.
1. Create an account
Sign up at unyform.ai/register and create an organization. Every resource โ repositories, blueprints, gateways, vectors โ is scoped to your org.
2. Connect GitHub and pick a repository
In Dashboard โ Repositories, install the Unyform GitHub App and select the repositories you want governed.
3. Run an analysis
Open a repository and click Analyze. Unyform clones the repo, builds the code knowledge graph, mines idioms, and produces a blueprint. Analysis also writes code embeddings so the gateway can retrieve relevant snippets at request time.
Note
Analysis time scales with repo size โ a mid-sized service typically completes in a few minutes.
4. Create a gateway
In Dashboard โ Gateways โ New, create a gateway and attach your blueprint. Enable the Anthropic provider with passthrough. Your gateway gets a URL:
https://gateway.unyform.ai/gw/<gateway-id>
5. Point your AI tool at it
Your existing ANTHROPIC_API_KEY keeps working โ Unyform forwards it to
Anthropic and never stores it (BYOK).
6. See governance fire
Make a request that touches your codebase's domain. Check Dashboard โ Audit to see the request, which blueprints were injected, and any policy results.
Tip
Next: Point Claude Code at your gateway covers per-project config and count_tokens preflight.