OpenVerb - Define AI actions as executable verb schemas
by•
OpenVerb lets developers define structured “verb schemas” that describe what AI agents are allowed to do. Instead of relying on prompt guessing, AI actions are validated, policy-checked, and executed through a deterministic runtime. Build libraries of workflows, test them in a live execution sandbox, and safely connect AI to real systems.

Replies
the schema-first approach feels really thoughtful, mapping natural language straight into typed verbs instead of vibes feels like the right call for an open-source execution layer.
Dropping an upvote, congrats @roman_hancel big shoutout for building a live sandbox right at launch, makes it so much easier to understand the runtime logic.
The verb definition setup clicked faster than I expected, and seeing an agent trigger a real action in my test app was a nice moment. Wish the docs had a couple more end-to-end examples though.
How does OpenVerb actually prevent an AI agent from misusing exposed verbs, like is there built-in auth scoping or do we have to wire that up ourselves on our end?
@iscany18259 Great question, yes you can write that up yourself. The great thing about openverb is that it gives you all the control. You define all your actions explicitly then you can build polocies around that such as paywall tiers, auth tiers etc.