Tutorials & Guides
Step-by-step engineering playbooks for connecting local agents, configuring non-destructive rollbacks, securing direct BYOK vaults, and deploying edge workers.
Connecting a Local Coding Agent
Use an officially authenticated local Codex, Cursor, GitHub Copilot, or Grok CLI without giving GnamiAI an API key.
Using the Time-Machine Git Wrapper for Instant Rollbacks
Master the non-destructive virtual branch workflow. Commit micro-snapshots automatically and rewind regressed agent edits with a single click.
- Observe the Time-Machine bar located directly above the Monaco editor in Forge and Autopilot modes.
- Notice micro-commit breadcrumbs created as agents generate or modify files.
- To take a manual checkpoint at any point, click the "Snapshot" button.
- To inspect previous workspace states, click any historical micro-commit in the timeline.
- Click the "Diff" button to view a side-by-side comparison between your working tree and the selected snapshot.
- Hit the prominent "REWIND" button with the harsh white border. All workspace files are immediately restored to that exact point in time.
Zero-Trust BYOK Setup: Claude Sonnet 5 & Gemini 3.8 Flash
Configure high-risk LLM direct keys securely. Understand why OAuth proxying is blocked and how AES-GCM local vaults preserve full ToS compliance.
Configuring Autopilot HITL Gates for Safe Refactoring
Balance autonomous speed with developer control. Learn how to configure Conservative, Balanced, or Autonomous safety thresholds.
Deploying Next.js to Cloudflare Workers with Static Assets
Deploy your Next.js application to Cloudflare Workers with native static assets, KV bindings, and sub-millisecond edge delivery.
Configuring Cloudflare Edge Login Rate Limiting & Google OAuth
Protect authentication endpoints against brute force and credential stuffing with a 5-req/60s sliding window on Cloudflare Workers.
