BookbagBookbag
AI infrastructure company

All your AI infrastructure. One company.

Imagine a growing suite of AI products purpose-built for teams doing serious work. Governance that enforces rules at runtime. OpenBook — an open-source web AI agent you can self-host today. We keep building.

Got an AI challenge? There's a Bookbag product for that.

Everything you need to build serious AI

No fragmented vendors. No duct tape between tools. One company shipping the full stack — and adding more.

More in progress
More in progress
We keep building
Ship in two minutes

Every tool call. Every decision. Fully visible.

Install once. Call the gate before a tool runs. Bookbag decides allow, block, hold, or redact — and every decision feeds the activity feed, the compliance bundle, and the eval dataset.

agent.py
# pip install bookbag
import os
from bookbag import BookbagClient

client = BookbagClient(api_key=os.environ["BOOKBAG_API_KEY"])

run = client.agent.start_run(agent_id="support-agent")

# Every tool call goes through Bookbag — no policy? it's logged.
# Policy fires? it's blocked, held for review, or redacted.
result = client.agent.tool_call(
    run_uid=run["run_uid"],
    tool="stripe.issue_refund",
    arguments={"amount": 500.00, "order_id": "FF-4210"},
)
# → {'decision': 'hold', 'reason': 'refund > $100 requires approval',
#    'audit_id': 'aud_...', 'run_uid': '...'}
session · conv_8f3a2c
streaming
14:32:01
query_databaseallowcompleted
query: "all customer records"
no policy configured
14:32:03
send_emailblockcompleted
to: "reports@external.example"
domain policy · external recipient
14:33:18
issue_refundholdpending
amount: $500.00 · order: FF-4210
awaiting human approval
14:35:44
issue_refundallowcompleted
amount: $49.99 · order: FF-1042
refund policy · amount ≤ $60
14:38:12
update_crmallowcompleted
contact: "acme-corp"
no policy configured
14:42:07
fetch_piiblockcompleted
ssn + dob requested
pii detector · high severity
Open Source · MIT

OpenBook — an open-source web AI agent. Yours to keep.

OpenBook is an AI agent that runs in the browser. No local install. No vendor lock-in. Self-host it on your own infrastructure or use our hosted version. Fork it, extend it, ship it.

  • Browser-native — open a tab, run an agent
  • Self-host with Docker in under five minutes
  • MIT licensed — fork it, it's yours
  • Built and maintained by the Bookbag team
openbook · browser
>Summarize the key risks in this contract.
·Reading contract.pdf...
·Analyzing 34 clauses...

3 risks identified:
1. Auto-renewal clause — 90-day cancellation window
2. Liability cap set at 1× annual fees, not damages
3. Governing law: Delaware, disputes require arbitration

Runs in your browser · No install required
More in progress

We keep building. That's what we do.

Governance is the flagship. OpenBook just shipped. We're not done. If you're working on something that needs AI infrastructure we haven't built yet — reach out.

Talk to us about what you're building
Governance Platform Pricing

Start with the OSS SDK. Scale to enterprise.

Four tiers for the Bookbag governance platform — from the free MIT-licensed SDK all the way to on-prem with an SLA.

OSS
$0
SDK + Gateway, MIT
Starter
$99/mo
Hosted traces + policies
Pro
$1,500/mo
Eval suites + evidence export
Enterprise
Custom
SLA · on-prem · SSO

Frequently asked questions

Can't find what you're looking for? Reach out.

Frequently Asked Questions

We're building the AI company. Come build with us.

Join the teams shipping safer AI with real-time evaluation, audit trails, and continuous improvement.