AVM - the sandbox for AI agents home page
Search...
Support
Get Started
Get Started
Search...
Navigation
Documentation
API Reference
GitHub
AVM Platform
AVM OpenAPI Docs
API Keys
GET
Get apikeys
POST
Post apikeys
PUT
Put apikeys
DEL
Delete apikeys
POST
Post apikeysbulk revoke
User Transactions
GET
Get apitransactionscredits
GET
Get apitransactions
Runs
GET
Get apirun
GET
Get apirun 1
POST
Post apirunsync
POST
Post apirunasync
Runs
Post apirunasync
Create a Run executed asynchronously. Requires a valid api key
POST
/
api
/
run
/
async
Try it
Authorizations
avm-x-api-key
string
header
required
Body
application/json
code
string
required
webhook
string
Response
200 - application/json
runId
string
required
status
enum<string>
required
Available options:
IN_PROGRESS
,
COMPLETED
,
TIMEOUT
,
ERROR
Post apirunsync