curl --request GET \
--url https://api.runtools.ai/v1/agents/marketplace{
"data": [
{
"slug": "<string>",
"name": "<string>",
"description": "<string>",
"model": "<string>",
"executionMode": "in_sandbox",
"color": "<string>",
"avatarSeed": "<string>",
"avatarImageUrl": "<string>",
"tools": [
"<string>"
],
"type": "official",
"author": "<string>"
}
]
}curl --request GET \
--url https://api.runtools.ai/v1/agents/marketplace{
"data": [
{
"slug": "<string>",
"name": "<string>",
"description": "<string>",
"model": "<string>",
"executionMode": "in_sandbox",
"color": "<string>",
"avatarSeed": "<string>",
"avatarImageUrl": "<string>",
"tools": [
"<string>"
],
"type": "official",
"author": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.runtools.ai/llms.txt
Use this file to discover all available pages before exploring further.