Skip to main content
POST
/
integrations
/
tools
/
call
Call Integration Tool
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
}

Authorizations

Authorization
string
header
required

Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.

Body

application/json
name
string
required

Tool name

Example:

"github:list-repos"

arguments
object

Tool arguments

end_user_id
string

End-user ID for per-user OAuth

Response

Tool execution result

content
object[]
structuredContent
object
isError
boolean