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>"
}Was this page helpful?