Authorizations
Path Parameters
Response
Successful response
curl --request POST \
--url https://core.ravenna.ai/api/agents/{agentId}/tools/execute \
--header 'Content-Type: application/json' \
--header 'x-ravenna-api-token: <api-key>' \
--data '{
"integrationApp": "<string>",
"toolName": "<string>",
"input": "<any>"
}'{
"result": "<string>"
}curl --request POST \
--url https://core.ravenna.ai/api/agents/{agentId}/tools/execute \
--header 'Content-Type: application/json' \
--header 'x-ravenna-api-token: <api-key>' \
--data '{
"integrationApp": "<string>",
"toolName": "<string>",
"input": "<any>"
}'{
"result": "<string>"
}Successful response
Was this page helpful?