/ AI GOVERNANCE + COMPLIANCE FOR CONSEQUENTIAL ACTIONS/ EXACT-ACTION AI GOVERNANCE

Control consequential AI actions.Keep compliance evidence current.

Authorize exact actions before execution, route approval only when policy requires it, and carry every decision and observed effect into current, reusable compliance evidence.

Exact-action authorizationPolicy-driven human approvalCurrent reusable evidenceSigned execution receipts

Exact-action authorization

Approve $500. A $5,000 payload swap still fails.

Maetra binds a decision to the approved action envelope, policy versions, workspace, and intended executor. Change the request and the old authorization no longer matches.

  1. 01APPROVED

    Approved action

    issue_refund $500 USD

    Policy version 7 approved this exact refund request.

  2. 02PAYLOAD CHANGED

    Changed request

    issue_refund $5,000 USD

    The action name stayed the same. The payload did not.

  3. 03BLOCKED

    Execution result

    ACTION_ENVELOPE_MISMATCH

    The earlier decision cannot authorize the changed request.

/ CONTROL + EVIDENCE GRAPH · MODULE INTEROPERABILITY

One graph from AI inventory to execution evidence.

Each capability can work independently. Together, they connect one AI-system record to applicable requirements, current reusable evidence, runtime policy, security checks, and a traceable action history.

Discover → ComplyComply → GovernGovern ↔ SecureEverything → Audit
01 / DISCOVER · SHADOW AI SCANNER

Find AI agents across connected code and systems.

Maetra scans GitHub and connected sources to identify official, shadow, and unreviewed agents, connect them to a governed inventory, and surface material changes for review.

LangChainCrewAIAutoGenRaw OpenAI SDK
02 / COMPLY · MULTI-FRAMEWORK CLASSIFICATION

Classify once. Reuse evidence across applicable frameworks.

Map AI systems to supported requirements across frameworks such as the EU AI Act, GDPR, NIST AI RMF, ISO 42001, the Colorado AI Act, and SOC 2. Reuse current evidence and documentation from the same underlying system record.

Explore Comply coverage →
deduplicated docsdeadline trackingrisk tiersevidence packs
03 / GOVERN · POLICIES + DECISION INTELLIGENCE

Allow, route approval, or block before execution.

Use Govern in two ways: define exact AI agent approval policies for risks your team already understands, or turn on decision intelligence when each action needs runtime judgment. Maetra returns allow, approval, or block before the agent continues, then binds an approval to the exact action the executor is allowed to perform.

custom approval policiesframework-aware routinghuman approval processesexact-action approval
/ INTERACTION GUARD · BROWSER AI PROTECTION

Apply browser-AI policy before prompts and supported files are submitted.

Protect how employees use ChatGPT, Claude, Gemini, and Microsoft Copilot in the browser. Interaction Guard checks covered prompts and supported files before submission, then warns, requests a business reason, or blocks the interaction according to your team's Guards.

Explore Interaction Guard →
prompt + file protectioncredential + PII detectionaccount-aware Guardsbrowser-level enforcement
/ TASK GUARD · AI AGENT TASK ALIGNMENT

Keep agents aligned with the active user-authorized task.

Task Guard turns each user-authorized request into an active task contract, checks whether proposed actions remain in scope, guides drifting agents back to the objective, and requests confirmation before material scope changes. It then compares expected and reported effects in a traceable task record.

Explore Task Guard API →
active task contractsagent drift detectionscope change confirmationeffect verification
04 / SECURE · RUNTIME PROTECTION

Detect prompt attacks before they reach production tools.

Scan prompts and tool calls in real time for prompt injection, data exfiltration, privilege escalation, and policy violations before they reach production tools.

prompt injectiondata exfiltrationpolicy DSLtool-call checks
05 / AUDIT · SIGNED, TAMPER-EVIDENT EVIDENCE

Every decision signed and explicit about what was verified.

Maetra records every discovery, classification, approval, execution attempt, resulting effect, policy change, and security incident. Signed receipts connect what was approved to what actually ran. When configured, independent verification and third-party anchors add external proof of the observed result and audit history.

signed execution receiptsreported vs verified effectsoptional third-party anchorsregulator PDFs
/ GOVERN POLICY SETUP · EXACT RULES OR DECISION INTELLIGENCE

Set exact policies or use decision intelligence.

Configure AI agent approval policies manually when you know the exact condition, approver, quorum, timeout, and notification channel. Or enable AI agent decision intelligence instead: Maetra evaluates each action against policy context, Secure rules, and selected compliance frameworks, then decides whether to allow, block, or send it for human approval.

manual policy setupAI agent decision intelligencerole or named approversSlack + email + WhatsApp + Telegram
app.maetra.io / govern / policies
Policy setupRefunds and transfers require approval
Whenaction matches issue_refund or transfer_funds
Require1 of Finance Ops or Risk to approve
NotifySlack, email, WhatsApp, or Telegram
Timeoutauto-deny after 24 hours
AI agent decision intelligence mode

Use exact rules for known actions, or let decision intelligence evaluate runtime risk and route approval dynamically.

/ API-FIRST · ONE INTEGRATION

One API call before the agent acts.

Agents call Maetra at decision points. Maetra returns allowed, pending approval, or blocked with a payload-bound signed decision. Approved actions consume a one-use capability at execution, then attach provider attempts and effect evidence to the same action record, clearly separating reported results from independently verified results.

POST /v1/checkpointsone-use execution authorizationeffect receiptsPOST /v1/secure/scan
sdk / checkpoint.ts
const decision = await maetra.checkpoint({
  agent_name: "finance-agent-prod",
  action: "transfer_funds",
  payload: { amount: 84000, currency: "USD" },
  timeout_seconds: 14400
})

if (decision.status === "approved") execute()
if (decision.status === "pending") awaitWebhook()
if (decision.status === "blocked") stop()
/ INTEGRATIONS · WHERE TEAMS ALREADY WORK

Approvals, alerts, and evidence where work happens.

Connect GitHub for agent discovery, Slack, Email, WhatsApp, and Telegram for approval alerts, Webhooks for custom workflows, and SIEM for enterprise audit streams.

GitHubrepo scans
Slackapprovals
Emailfallback
WhatsAppapprovals
Telegramapprovals
Webhooksevents
APISDKs
SIEMaudit stream

Pricing

Start small. Choose the plan that fits your rollout.

Every self-serve option is visible here. Compare request allowances, policy limits, seats, and the complete feature matrix on the pricing page.

See the full plan comparison →

Go

For an individual putting core controls into production.

$20/ month
Get started →

Starter

For a small team beginning shared governance work.

$39/ month
Get started →

Business

For broader control volume and enterprise operations.

$599/ month
Get started →
Need private deployment or a tailored rollout?Plan the control boundary with the Maetra team.
Book a technical session →

Control the exact action. Keep the evidence current.

Test how Maetra binds a policy decision to one consequential action, then explore how the same control graph keeps compliance evidence current.