ai.run.create

Generated at from openvibe-contracts v0.33.0 and openvibe-sdk v0.5.0.

Not grantable to apps (active, first-party).

Create workflow runs (POST /api/v1/runs and the direct chat/generate/summarize/classify/extract/enrich/embed operations), cancel or retry the caller's own runs and attach citations to them. A token's `ns` claim limits which workflow namespaces it may run (live.*, wiki.*, ...). Quotas are checked before any provider call.

Owner
ai (token audience openvibe.ai)
Version
1.0
Status
active
Visibility
first-party
Resource constraints
namespace, owner
Quota class
ai-run
Permissions
ai:run
Input
ai.run-request@1
Output
ai.run@1
Events
ai.run.queued, ai.run.succeeded, ai.run.failed, ai.run.cached
Implemented by
  • POST /api/v1/runs
  • POST /api/v1/runs/:id/cancel
  • POST /api/v1/runs/:id/retry
  • POST /api/v1/runs/:id/citations
  • POST /api/v1/chat
  • POST /api/v1/generate
  • POST /api/v1/summarize
  • POST /api/v1/classify
  • POST /api/v1/extract
  • POST /api/v1/enrich
  • POST /api/v1/embed