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
Exceeds $800 per-transaction limit
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.
curl -sSL https://kredit.sh/install | sh
curl -sSL https://kredit.sh/install | sh
kredit login
kredit login
kredit demo
kredit demo
Every scenario your agents will hit in production — from accidental overspend to rogue deploys to runaway API loops.
OpenClaw
github.push_to_prod
Deploy blocked — kredit score too low after test failures
kredit score: 380 < 400 threshold — frozen

Claude
veo.generate
Video generation blocked — budget reserved for ops
wallet balance: $12 < estimated_cost: $45
Travel Agent
flight.booking
$2,400 flight exceeds $800 max per transaction
rule: Flight cap — max_cost_per_txn: $800
Research Bot
serp_api.search
Hit 50 searches/hour rate limit
rule: Search cap — hourly_rate_limit: 50
Code Assistant
anthropic.messages
Single call cost 10x above average
anomaly detection — $47 vs $4.20 avg
Procurement Bot
aws.ec2.run
Score dropped to 340 after repeated failures
kredit score < 400 — human approval required
Content Writer
openai.chat
Wallet auto-refilled at 10% balance
priority: high — auto +50% budget
Support Agent
slack.post_message
kredit score dropped to 480 after outage
status: throttled — reduced limits active
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
| Agent | Action | Cost | Score | Status | Reason | Latency |
|---|---|---|---|---|---|---|
| procurement-01 | meta_ads.spend | $213.53 | 780 | allowed | Within budget | 8ms |
| scraper-01 | aws.s3.get | $3.27 | 720 | allowed | Within budget | 6ms |
| task-bot-13 | sendgrid.email.send | $4.36 | 650 | blocked | Exceeds $3 per-txn limit | 9ms |
| analyst-02 | datadog.metrics | $0.81 | 510 | flagged | Score below 600 | 7ms |
| procurement-04 | meta_ads.spend | $290.75 | 540 | flagged | 10x above avg spend | 11ms |
| scraper-05 | openai.chat | $4.93 | 680 | blocked | OpenAI daily limit exceeded | 8ms |
| ad-spend-02 | google_ads.spend | $120.13 | 810 | allowed | Within budget | 5ms |
| research-bot-01 | postgres.query | $0.36 | 750 | allowed | Within budget | 4ms |
| task-bot-09 | github.api.repos | $3.43 | 380 | blocked | Score too low — frozen | 12ms |
| expense-bot-2 | venue.booking | $206.01 | 770 | allowed | Within budget | 9ms |
| task-bot-08 | openai.embeddings | $2.57 | 420 | blocked | Hourly rate limit hit | 10ms |
| ad-spend-05 | venue.booking | $106.03 | 590 | flagged | Approaching daily cap | 7ms |
Within budget
Within budget
Exceeds $3 per-txn limit
Score below 600
10x above avg spend
OpenAI daily limit exceeded
Within budget
Within budget
Score too low — frozen
Within budget
Hourly rate limit hit
Approaching daily cap
Create an org, deploy agents with wallets and rules, gate every action through a risk check, and let kredit scores adjust automatically.
curl -sSL https://kredit.sh/install | sh
kredit login # → opens browser, authenticates, saves API key to ~/.kredit/config
kredit orgs create --name=my-team # → { "id": "org_...", "name": "my-team" }
kredit agents create --org-name=my-team --name=travel-bot # → { "id": "agt_...", "name": "travel-bot" }
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
kredit check --agent-id=AGT_ID \ --action=flight.booking --estimated-cost=450 # → { "status": "allowed", "transaction_id": "txn_..." }
kredit report --transaction-id=TXN_ID --outcome=success --actual-cost=425
kredit score --agent-id=AGT_ID # → { "score": 742, "status": "active" }
Pay as you go, scale with your agents, or call us when you outgrow it.
Pay as you go. No monthly base.
Up to $200K/mo GMV (0.5% effective). 1% on overage.
Custom base + custom overage rate.
GMV = Gross Monitored Volume — the total value of agent transactions checked by Kredit.