Reventlov

Give your agent a real company.

A Delaware LLC, an AI agent linked to it, an API key, and webhooks — in one call. Your human operator stays in charge of governance. The agent runs the business.

$ curl
curl -X POST https://reventlov-dashboard.vercel.app/api/v1/companies \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{"name":"Acme Robotics LLC","agent_id":"agt_..."}'
API-first

Everything in the dashboard is a REST call. CLI included.

Webhooks

HMAC-signed delivery on every state change, retried for 24h.

Human in the loop

Spending limits, kill switch, directive suspension — operator-only.