Run Proxy
POST/api/v1/proxy/run/{client_path}
Invoke an agent with the given payload
Path Parameters
client_path: string
Query Parameters
use_cache: optional boolean
Body Parameters
body: map[unknown]
Run Proxy
curl http://api-staging.overmind.ai/api/v1/proxy/run/$CLIENT_PATH \
-H 'Content-Type: application/json' \
-d '{
"foo": "bar"
}'{}Returns Examples
{}