Risk Control for Agentic Transactions
KYR: Know Your Risk

Stop agents from doing
what they shouldn't

Every agent gets spending limits and guardrails. Kredit checks every action in real-time and blocks the risky transactions.

🚫

Travel Agent

$2,400 flight booking

Blocked

Exceeds $800 per-transaction limit

9ms

Get Started in 3 Commands

Install, authenticate, and run a live simulation in under a minute. Step 3 runs a 1-hour simulation with 5 agents — open the dashboard to watch in real time.

1Install
curl -sSL https://kredit.sh/install | sh
2Auth
kredit login
3Simulation
kredit demo

Real-world Guardrails on Agents

Every scenario your agents will hit in production — from accidental overspend to rogue deploys to runaway API loops.

OpenClaw

OpenClaw

github.push_to_prod

Blocked

Deploy blocked — kredit score too low after test failures

kredit score: 380 < 400 threshold — frozen

Claude

Claude

veo.generate

Blocked

Video generation blocked — budget reserved for ops

wallet balance: $12 < estimated_cost: $45

Travel Agent

flight.booking

Blocked

$2,400 flight exceeds $800 max per transaction

rule: Flight cap — max_cost_per_txn: $800

Research Bot

serp_api.search

Throttled

Hit 50 searches/hour rate limit

rule: Search cap — hourly_rate_limit: 50

Code Assistant

anthropic.messages

Flagged

Single call cost 10x above average

anomaly detection — $47 vs $4.20 avg

Procurement Bot

aws.ec2.run

Frozen

Score dropped to 340 after repeated failures

kredit score < 400 — human approval required

Content Writer

openai.chat

Auto Top-up

Wallet auto-refilled at 10% balance

priority: high — auto +50% budget

Support Agent

slack.post_message

Throttled

kredit score dropped to 480 after outage

status: throttled — reduced limits active

Real-time Risk Control for Agentic Transactions

Real-time risk checks on every agent action. Block overspend, throttle abuse, and freeze rogue agents automatically. Audit all transactions and agent spending in the Kredit's real-time dashboard.

11

Agents

$5,040.2

Tracked

124

Blocked

587

Avg Score

Transactions Audit12 recent
procurement-01allowed
meta_ads.spend$213.53

Within budget

scraper-01allowed
aws.s3.get$3.27

Within budget

task-bot-13blocked
sendgrid.email.send$4.36

Exceeds $3 per-txn limit

analyst-02flagged
datadog.metrics$0.81

Score below 600

procurement-04flagged
meta_ads.spend$290.75

10x above avg spend

scraper-05blocked
openai.chat$4.93

OpenAI daily limit exceeded

ad-spend-02allowed
google_ads.spend$120.13

Within budget

research-bot-01allowed
postgres.query$0.36

Within budget

task-bot-09blocked
github.api.repos$3.43

Score too low — frozen

expense-bot-2allowed
venue.booking$206.01

Within budget

task-bot-08blocked
openai.embeddings$2.57

Hourly rate limit hit

ad-spend-05flagged
venue.booking$106.03

Approaching daily cap

Spend by API
Spend per Minute

Up and Running in Minutes

Create an org, deploy agents with wallets and rules, gate every action through a risk check, and let kredit scores adjust automatically.

1

Setup

curl -sSL https://kredit.sh/install | sh
2

Auth

kredit login
# → opens browser, authenticates, saves API key to ~/.kredit/config
3

Create Org

kredit orgs create --name=my-team
# → { "id": "org_...", "name": "my-team" }
4

Create Agent

kredit agents create --org-name=my-team --name=travel-bot
# → { "id": "agt_...", "name": "travel-bot" }
5

Add Rules

kredit rules add --agent-id=AGT_ID \
  --name="Flight cap" --match="flight.*" \
  --max-cost-per-txn=800 --daily-spend-limit=3000 --hourly-rate-limit=10

kredit rules add --agent-id=AGT_ID \
  --name="Default" --match="*" \
  --max-cost-per-txn=100 --daily-spend-limit=500 --hourly-rate-limit=50
6

Check Transaction Risk

kredit check --agent-id=AGT_ID \
  --action=flight.booking --estimated-cost=450

# → { "status": "allowed", "transaction_id": "txn_..." }
7

Report Transaction Result

kredit report --transaction-id=TXN_ID --outcome=success --actual-cost=425
8

Score Agent's Risk

kredit score --agent-id=AGT_ID
# → { "score": 742, "status": "active" }

Simple, Transparent Pricing

Pay as you go, scale with your agents, or call us when you outgrow it.

Kredit Guard

1%of GMV

Pay as you go. No monthly base.

  • No monthly minimum
  • Unlimited agents
  • Kredit scoring
  • Spending policies
  • Fleet monitoring
Start

Kredit Vault

$999/mo

Up to $200K/mo GMV (0.5% effective). 1% on overage.

  • Unlimited agents
  • Kredit scoring
  • Spending policies
  • Fleet monitoring
  • Priority support
Subscribe

Kredit Enterprise

Custom

Custom base + custom overage rate.

  • Everything in Vault
  • On-prem deployment
  • SSO / SAML
  • Loss prevention guarantee
  • Dedicated support
Contact Sales

GMV = Gross Monitored Volume — the total value of agent transactions checked by Kredit.