Skip to content
Get started

Run Proxy

POST/api/v1/proxy/run/{client_path}

Invoke an agent with the given payload

Path ParametersExpand Collapse
client_path: string
Query ParametersExpand Collapse
use_cache: optional boolean
Body ParametersExpand Collapse
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
{}