PERMISSIONED API INFRASTRUCTURE · PRIVATE BETA

OAuth
for money.

Guardia is the trust layer between AI agents and financial institutions — scope, sign, and audit every action before it executes.

No spam. Early access to API keys when we open.

$2.4B
SCOPED IN BETA
47
ENTERPRISE PILOTS
<80ms
GRANT RESOLUTION
01 · Problem

AI can reason.
It can't be trusted
with money. Yet.

Every major financial institution is fielding requests to connect AI agents to payment rails. None of them have a safe way to do it. Until now.

01

No permission layer.

AI agents have no standard mechanism to request bounded financial access. Every integration is one-off, brittle, and invisible to compliance.

$12T

IN B2B PAYMENTS ANNUALLY — ZERO HAVE A PERMISSION STANDARD FOR AI AGENTS

02

No audit trail.

When an AI agent moves money, no signed record attributes the action. Finance teams can't tell an authorized payment from an exploit.

74%

OF ENTERPRISES BLOCKED AI AGENTS FROM FINANCE TASKS DUE TO AUDITABILITY CONCERNS

03

No guardrails.

A single prompt injection or scope creep can drain an account. Without bounded execution, AI in finance is a liability, not an asset.

$4.7B

IN PROJECTED AI-DRIVEN FINANCIAL FRAUD LOSSES BY 2027

02 · Product

A single API between
any agent and any
financial institution.

Guardia is infrastructure, not an application. We sit in the critical path between intent and execution — quietly, verifiably.

[ scope ]

Permissioned.

Define exactly what an agent can do — which institution, which action, which limit, which expiry — before a single instruction executes.

payments:write · limit $5,000 · expires 24h
[ audit ]

Auditable.

Every grant, every execution, every outcome is cryptographically signed and written to an immutable log. Your compliance team gets a complete, attributable record.

grant_01HZ8K… · signed · 11:42:08 UTC
[ connect ]

Interoperable.

One API. Any agent framework — LangChain, AutoGen, custom. Any financial institution — bank, payment processor, ERP.

agent → guardia → institution
Architecture
AI Agent
LANGCHAIN · AUTOGEN · CUSTOM
GuardIA
SCOPE · SIGN · AUDIT
Financial Institution
BANK · PROCESSOR · ERP
Audit Log
IMMUTABLE · SIGNED
03 · How it works

Three steps from idea
to execution.

Integrate in an afternoon. Ship to production the same week. REST API — no SDKs required, though we have them for every major language.

STEP 01

Define a scope.

Declare exactly what your agent is allowed to do. Scopes are human-readable, version-controlled, and audited at every use.

POST /v1/scopes{  "name": "treasury-payments",  "actions": ["payments:write"],  "limit": 5000,  "currency": "USD",  "expires_in": "24h"}→ 201  scope_01J9K4...  active
STEP 02

Issue a grant to your agent.

Hand the agent a time-bound, scoped credential. It can execute within those bounds — and nothing outside them.

POST /v1/auth/grant{  "agent": "acme-treasury-bot",  "scope": "scope_01J9K4...",  "signer": "mira@acme.com"}→ 200  grant_01HZ8K...  active       signed · expires 2026-05-07T11:42Z
STEP 03

Audit every action in real time.

Every execution is attributed, signed, and written to an immutable log. One dashboard. Complete visibility.

GET /v1/grants/grant_01HZ8K.../events[  { "event": "grant.issued",    "at": "11:42:08Z" },  { "event": "payment.settled",    "amount": 1284.50,    "status": "approved" }]
04 · Playground

Try the permission
engine yourself.

Configure a grant, set a transaction amount, and run it. Guardia evaluates scope in real time — see exactly what gets approved, denied, or held for human review.

Agent
Action
Transaction amount
$1,200
Grant limit
$3,000
Require approval above
Approval threshold
$2,000
Grant expired
guardia — permission engine
Configure a grant and click "Run transaction →"
READY
Try: amount > limit → DENIED: ExceedsGrantLimit
Try: amount > approval threshold → PENDING_APPROVAL
Try: toggle grant expired → DENIED: GrantExpired
Try: amount within all constraints → APPROVED + audit log
05 · Use Cases

Every industry has agents
that need to move money.

Guardia is the permission and audit layer beneath all of them — regardless of the agent framework, the financial institution, or the use case.

Enterprise Finance

AI that pays invoices — within policy.

Your CFO agent receives an invoice, validates it against contract terms, and executes payment. Guardia enforces the spend limit, the vendor allowlist, and the approval chain. No human in the loop unless the grant requires it.

Grant scope
payments:write · vendor:acme-corp · limit $50,000 · requires_approval >$25k
$2.4B scoped in beta
Travel & Expenses

Book, pay, reconcile — autonomously.

A travel agent books flights and hotels on behalf of employees, within per-trip budgets and preferred-vendor policies. Every transaction is attributed to a traveler, a cost center, and a grant ID — ready for your ERP.

Grant scope
payments:write · category:travel · limit $3,000/trip · expires 72h
Zero unauthorized charges
Procurement

Purchase orders without the paperwork.

Procurement agents place orders with approved suppliers, within category budgets, with cryptographic proof of authorization attached to every PO. Audit-ready from the first keystroke.

Grant scope
payments:write · supplier:tier-1 · category:software · limit $10,000
<80ms grant to execution
Consumer FinTech

Personal agents that handle money responsibly.

Let your app's AI pay bills, cancel subscriptions, or top up accounts — scoped to exactly what the user authorized. Users set limits. Guardia enforces them. You never touch the credentials.

Grant scope
payments:write · account:checking · limit $500/month · user_revocable
User-scoped, user-revocable
Banking & Lending

Disbursements at agent speed.

Loan origination agents approve and disburse funds the moment underwriting clears. Guardia sits in the critical path — grant issued, funds moved, ledger entry written, all in a single auditable chain.

Grant scope
disbursement:write · product:personal-loan · max $25,000 · kyc_verified
Full audit trail per disbursement
Trading & Wealth

Execution within risk parameters.

Wealth management agents rebalance portfolios, execute trades, and collect fees — all within the risk constraints your compliance team defined. Guardia enforces position limits and prevents drift before the order hits the exchange.

Grant scope
trades:write · asset_class:equity · position_limit 5% · market_hours_only
Compliant by construction
06 · Market

Four reasons this
is the right moment.

The capability, the gap, the regulatory pressure, and the precedent all converged at the same time.

The capability arrived
2023–24
The inflection point

GPT-4, Claude, Gemini crossed the threshold from language models to reasoning agents. Autonomous AI is now in production across every major enterprise. The models can decide to move money. The permission layer to do it safely doesn't exist yet.

LangChain · AutoGen · CrewAI · 100M+ agent invocations/month
The infrastructure gap
$120T+
B2B payments annually

Every major payment rail — Stripe, Plaid, SWIFT, ACH — authenticates apps and humans. Not agents. There is no concept of a scoped, expiring, auditable grant for an AI acting on a user's behalf. Agents today either use stolen credentials or can't touch money at all.

Stripe · Plaid · SWIFT · ACH · none have agent-native auth
Regulation is mandating it
Aug 2026
EU AI Act enforcement

The EU AI Act (enacted June 2024) classifies AI taking consequential financial actions as high-risk, requiring documented human oversight and full audit trails. PSD3 is in final trialogue. Compliance teams are asking for answers that don't exist yet.

EU AI Act · PSD3 · SOC 2 Type II · ISO 27001
The precedent is proven
Plaid
The pattern we're repeating

Plaid didn't build a bank — it built the data access layer between apps and banks. That infrastructure play was worth $13B. We're building the same layer, one level up: not data access, but action access. BaaS normalized read. Guardia normalizes write.

BaaS → data access. Guardia → action access.
The opportunity

Every dollar of the $120T+ in annual B2B payments will eventually move through an AI agent. None of them have a safe way to do it today. Guardia is the layer that makes it possible — for every agent, every institution, every use case.

$120T+
Annual B2B payments
07 · Pricing

Priced on volume,
not seats.

Start free. Pay as your agents scale. Enterprise pricing is per-institution, not per-user.

Developer
FreeFOREVER

For engineers building the first proof of concept.

Get API keys
  • Up to $10,000/mo payment volume
  • 3 active scopes
  • 7-day audit log retention
  • Sandbox environment
  • Community support
Startup
$499PER MONTH

For teams moving money in production.

Join waitlist
  • Up to $1M/mo payment volume
  • Unlimited scopes
  • 90-day audit log retention
  • Multi-signer approvals
  • Webhook events
  • Email + Slack support
Enterprise
CustomVOLUME PRICING

For institutions with compliance requirements.

Talk to us
  • Unlimited payment volume
  • Unlimited scopes + custom policies
  • Indefinite audit log retention
  • SOC 2 Type II + DORA compliance
  • Dedicated SLA
  • On-prem deployment option
All plans include: REST API · webhook events · role-based access · 99.99% uptime SLA
09 · Team

Built by people who
know the problem.

We've built and operated financial infrastructure at scale. Guardia is the tool we wish had existed.

FK
Fatjon Kalemaj
Co-founder & CEO

Previously built payments infrastructure at scale. Deep expertise in financial systems and regulatory compliance.

CT
Co-founder & CTO
Co-founder & CTO

Previously led platform engineering at a top-tier fintech. Architect of distributed systems processing billions in transactions.

Advisors
A1
Advisor
Former VP Engineering, Stripe
A2
Advisor
Partner, Tier-1 VC
08 · FAQ

Questions we get asked.

From investors doing diligence and developers evaluating the API.

For investors
What makes Guardia defensible?+
How does Guardia make money?+
What is the total addressable market?+
Is Guardia SOC 2 certified?+
For developers
Which agent frameworks does Guardia support?+
How long does integration take?+
What financial institutions do you support?+
How does Guardia handle failed or reversed transactions?+
PRIVATE BETA · MAY 2026

The financial rails
for AI agents.
You hold the key.

We're opening API access to a limited cohort. Join the waitlist and we'll reach out within 48 hours of your company clearing a short security review.

NO CREDIT CARD REQUIRED
SANDBOX CREDENTIALS DAY ONE
PRODUCTION IN < 1 WEEK