HomeTutorials & Guides
OFFICIAL GNAMIAI PLAYBOOKS
PRACTICAL PLAYBOOKS & USE CASES

Tutorials & Guides

Step-by-step engineering playbooks for connecting local agents, configuring non-destructive rollbacks, securing direct BYOK vaults, and deploying edge workers.

LOCAL AGENTS & SUBSCRIPTIONS6 MIN READ

Connecting a Local Coding Agent

Use an officially authenticated local Codex, Cursor, GitHub Copilot, or Grok CLI without giving GnamiAI an API key.

PROD-READY
VERSION CONTROL & SAFETY4 MIN READ

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.

EXECUTION SEQUENCE:
  1. Observe the Time-Machine bar located directly above the Monaco editor in Forge and Autopilot modes.
  2. Notice micro-commit breadcrumbs created as agents generate or modify files.
  3. To take a manual checkpoint at any point, click the "Snapshot" button.
  4. To inspect previous workspace states, click any historical micro-commit in the timeline.
  5. Click the "Diff" button to view a side-by-side comparison between your working tree and the selected snapshot.
  6. Hit the prominent "REWIND" button with the harsh white border. All workspace files are immediately restored to that exact point in time.
PROD-READY
SECURITY & API VAULTS5 MIN READ

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.

PROD-READY
AUTONOMOUS ORCHESTRATION7 MIN READ

Configuring Autopilot HITL Gates for Safe Refactoring

Balance autonomous speed with developer control. Learn how to configure Conservative, Balanced, or Autonomous safety thresholds.

PROD-READY
EDGE DEPLOYMENT8 MIN READ

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.

PROD-READY
ZERO-TRUST SECURITY6 MIN READ

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.

PROD-READY