Introducing Clawvisor, the authorization layer for AI agents.
Before today, giving access to your agents was all-or-nothing. Now, you can give your agents access that is scoped to your specific task. If your agent drifts or is compromised, it's blocked.
Try it today for free.
Clawvisor's most requested feature is here! Your agent can now archive emails and write drafts in Gmail safely using Clawvisor. If you're already using Clawvisor, navigate to the accounts page and re-authorize your Gmail to activate. New users get it automatically.
@OverlordsAi When you approve a task with scopes like send or delete, you approve it either for temporary or ongoing access, but only if it is aligned with the task description. If you permit it to delete XYZ and it tries to delete ABC instead, it will be blocked automatically.
Introducing Clawvisor, the authorization layer for AI agents.
Before today, giving access to your agents was all-or-nothing. Now, you can give your agents access that is scoped to your specific task. If your agent drifts or is compromised, it's blocked.
Try it today for free.
@aritifactual@ycombinator@ericlevine It uses OAuth, yes, but OAuth wasn't built for nondeterministic agents. In OAuth, "read email" means both "read recently received emails for triage" and "exfiltrate all emails". Clawvisor allows you to scope access to only the data your agent needs.
@AndrewWarner@ycombinator@ericlevine@zapier Not quite! We're big fans of Zapier, but they allow you to define more deterministic workflows. Clawvisor governs always-on agents that reason and improvise. Very different problems.
@harikp2002@ycombinator@ericlevine It's multi-tiered. When you connect an account, you can put in hard restrictions on what actions it can take. Then, agents need to enumerate the actions they need to complete the task. Finally, an LLM judge makes sure the usage of those actions is coherent with the task itself.