POST /v1/tave/execute
curl -X POST https://api.tavestack.com/v1/tave/execute \
-H "Authorization: Bearer $TAVESTACK_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"instruction": "Reconcile last month bank statements",
"modules": ["finance"],
"approvers": ["cfo@example.com"]
}'REST API Reference
Every module endpoint, parameter, error code, and example. Searchable, copyable, runnable.
GraphQL Schema
Single query endpoint exposing the entire OS graph — modules, users, audit log, TAVE actions.
Webhooks
Subscribe to real-time events from any module. Payload signing, retry policy, and a live event explorer.
TAVE Programmatic Access
Trigger TAVE from external systems. Pass context, attach tools, and get structured action receipts back.
Open-source SDKs
TypeScript, Python, and Go SDKs — first-class types, retries, and pagination helpers built in.
Sample Apps
Reference implementations: a custom dashboard, a Slack-to-TAVE bridge, and a public-facing client portal.