cURL
curl --request POST \ --url https://api.veryfront.com/integrations/tools/call \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "github:list-repos", "arguments": {}, "end_user_id": "<string>" } '
{ "content": [ { "type": "<string>", "text": "<string>" } ], "structuredContent": {}, "isError": true }
Execute an integration tool. Requires authentication. Token resolution is automatic based on the integration scope.
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Tool name
"github:list-repos"
Tool arguments
Show child attributes
End-user ID for per-user OAuth
Tool execution result