Install. Set your rules. Let it gate.
Three steps between agents-on-hope and agents-under-control — and the first week costs nothing and changes nothing.
Three lines to the first governed action.
A developer wires this in an afternoon. The agent declares what it intends to do; GaaS returns the verdict:
from gaas_sdk import GaaSClient, build_intent async with GaaSClient("https://api.gaas.is", api_key="gsk_...") as client: intent = build_intent( agent_id="my-agent-v1", action_type="TRANSACT", verb="initiate_payment", target="vendor_account_9912", summary="Pay invoice INV-2026-0044", ) decision = await client.submit_intent(intent) print(decision.verdict) # APPROVE | BLOCK | ESCALATE
The real Python SDK; TypeScript, Java, cURL, and LangChain are documented at gaas.to. Framework plugins for LangChain, AutoGen, and CrewAI hook the pipeline in automatically.
Describe the policy. Don't program it.
The dashboard is conversational, powered by Claude. Say the rule the way you'd brief an employee, and it exists — versioned, enforced, and testable:
Every action, decided in milliseconds.
From then on, every consequential action your agents take passes the gate first:
Routine actions fly
The full check — intent, context, policy — clears in under 100 milliseconds. Your agents don't slow down; 85–95% of actions take this path.
Judgment calls wait
High-stakes actions get deeper deliberation and, when your rules say so, a human yes before anything happens.
Line-crossers stop
Nothing that breaks a rule executes — and every block carries its reasoning chain: which policy, which condition, what would make it compliant.
Every verdict lands in an immutable, hash-chained audit record — the receipt for everything your agents did and were never allowed to do.
Shadow Mode: watch before you enforce.
You don't flip enforcement on day one. In Shadow Mode, the full pipeline runs on your real agent actions and enforces nothing — every would-have-been verdict is recorded and shown to you. When the would-have-blocked list matches your instincts, going live is a single flag change.
Start with just an email. No credit card, no commitment, zero operational risk.
The five-stage pipeline — intent declaration, context enrichment from 27 live connectors, 4-tier policy evaluation, multi-agent deliberation, decision + audit — is drawn out at About GaaS and specified at Technical Specifications.
Every objection, answered.
Route their actions through an external check. With GaaS: install the SDK (three lines to declare an intent), describe your rules in plain language, and every action is evaluated before it executes — allowed through, held for your approval, or blocked. Start in Shadow Mode and it enforces nothing while showing you what it would have done.
An external layer that checks what your AI agents are about to do and allows, holds, or blocks it against your rules, keeping an immutable record of every decision.
No. GaaS is for any operator running agents. Regulated teams get framework mappings; everyone else gets control over what their agents do.
No. Start in Shadow Mode with just an email; it runs the full pipeline on real actions without enforcing anything, so there is zero operational risk. A developer wires the SDK in an afternoon, and you author policies in plain language.
Start free in Shadow Mode, no card. There is a free tier, then plans from $99 a month, and under a cent per governed action at scale. Nonprofits, NGOs, and veteran-owned businesses govern free for life. See pricing.
Routine actions clear in well under a tenth of a second. Only high-stakes decisions take longer, and only because you asked them to.
No. GaaS sits outside the agent and needs no model changes and no cooperation from the agent to work.
The opposite. Prompt guardrails cost 23,000 to 65,000 tokens per governance cycle; GaaS costs 200 to 500 and returns 30 to 60% of your context window. See The Context Dividend.
Prompt guardrails live inside the model, get re-read on every call, and can be argued away. GaaS is external and enforced; the agent cannot talk it out of a block.
Step 1 takes an afternoon. Start it today.
Start free in Shadow Mode — full pipeline, real actions, zero enforcement, no credit card. Install, describe one rule, and watch what the gate would have caught this week.
Start Free Shadow ModePrefer the plain-language overview first? Read What Is GaaS?