cURL
curl --request GET \ --url https://api.veryfront.com/projects/{project_reference}/integrations \ --header 'Authorization: Bearer <token>'
{ "data": [ { "name": "<string>", "display_name": "<string>", "icon": "<string>", "description": "<string>", "auth_type": "<string>", "tool_count": 123, "prompt_count": 123, "enabled_for_project": true, "connected_for_project": true, "scope": "project", "allowed_tools": [ "<string>" ] } ] }
Lists the integration catalog with project enablement and connection overlay.
Documentation IndexFetch the complete documentation index at: https://veryfront.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Use a JWT bearer token or a Veryfront API key in the Authorization header.
Project integration cards
Show child attributes