curl --request GET \
--url https://api.veryfront.com/projects/{project_reference}/agents/{agent_id}/capabilities \
--header 'Authorization: Bearer <token>'{
"agent": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"provider": {
"organization": "<string>",
"url": "<string>"
},
"version": "<string>",
"capabilities": {
"streaming": true,
"push_notifications": true,
"extensions": [
"<string>"
]
},
"default_input_modes": [
"<string>"
],
"default_output_modes": [
"<string>"
],
"tools": [
"<string>"
],
"skills": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"tags": [
"<string>"
],
"examples": [
"<string>"
]
}
],
"source_path": "<string>",
"edit_mode": "structured",
"avatar_url": "<string>",
"x-veryfront-model": "<string>",
"x-veryfront-url": "<string>",
"suggestions": {
"suggestions": [
{
"id": "<string>",
"type": "prompt",
"title": "<string>",
"prompt": "<string>",
"description": "<string>"
}
],
"welcome_message": "<string>"
}
},
"resolved_capabilities": {
"source_target": {
"kind": "project",
"target_environment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"target_branch_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"runtime_target": {
"kind": "production",
"target_environment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"target_branch_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"skills": [
{
"type": "project",
"id": "<string>",
"name": "<string>",
"description": "<string>",
"source_path": "<string>",
"edit_mode": "structured",
"allowed_tools": [
"<string>"
]
}
],
"tools": [
{
"type": "control_plane",
"name": "<string>",
"description": "<string>",
"parameters": {}
}
],
"integrations": [
{
"id": "<string>",
"name": "<string>",
"tool_names": [
"<string>"
]
}
],
"prompts": [
{
"id": "<string>",
"name": "<string>",
"source_path": "<string>",
"edit_mode": "structured",
"description": "<string>"
}
],
"workflows": [
{
"id": "<string>",
"name": "<string>",
"target": "<string>",
"source_path": "<string>",
"edit_mode": "structured",
"schedulable": true,
"description": "<string>",
"version": "<string>",
"input_schema": {},
"output_schema": {}
}
],
"tasks": [
{
"id": "<string>",
"name": "<string>",
"target": "<string>",
"source_path": "<string>",
"edit_mode": "structured",
"schedulable": true,
"description": "<string>",
"input_schema": {},
"output_schema": {}
}
]
}
}Returns agent capabilities for the selected source target.
curl --request GET \
--url https://api.veryfront.com/projects/{project_reference}/agents/{agent_id}/capabilities \
--header 'Authorization: Bearer <token>'{
"agent": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"provider": {
"organization": "<string>",
"url": "<string>"
},
"version": "<string>",
"capabilities": {
"streaming": true,
"push_notifications": true,
"extensions": [
"<string>"
]
},
"default_input_modes": [
"<string>"
],
"default_output_modes": [
"<string>"
],
"tools": [
"<string>"
],
"skills": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"tags": [
"<string>"
],
"examples": [
"<string>"
]
}
],
"source_path": "<string>",
"edit_mode": "structured",
"avatar_url": "<string>",
"x-veryfront-model": "<string>",
"x-veryfront-url": "<string>",
"suggestions": {
"suggestions": [
{
"id": "<string>",
"type": "prompt",
"title": "<string>",
"prompt": "<string>",
"description": "<string>"
}
],
"welcome_message": "<string>"
}
},
"resolved_capabilities": {
"source_target": {
"kind": "project",
"target_environment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"target_branch_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"runtime_target": {
"kind": "production",
"target_environment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"target_branch_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"skills": [
{
"type": "project",
"id": "<string>",
"name": "<string>",
"description": "<string>",
"source_path": "<string>",
"edit_mode": "structured",
"allowed_tools": [
"<string>"
]
}
],
"tools": [
{
"type": "control_plane",
"name": "<string>",
"description": "<string>",
"parameters": {}
}
],
"integrations": [
{
"id": "<string>",
"name": "<string>",
"tool_names": [
"<string>"
]
}
],
"prompts": [
{
"id": "<string>",
"name": "<string>",
"source_path": "<string>",
"edit_mode": "structured",
"description": "<string>"
}
],
"workflows": [
{
"id": "<string>",
"name": "<string>",
"target": "<string>",
"source_path": "<string>",
"edit_mode": "structured",
"schedulable": true,
"description": "<string>",
"version": "<string>",
"input_schema": {},
"output_schema": {}
}
],
"tasks": [
{
"id": "<string>",
"name": "<string>",
"target": "<string>",
"source_path": "<string>",
"edit_mode": "structured",
"schedulable": true,
"description": "<string>",
"input_schema": {},
"output_schema": {}
}
]
}
}Documentation Index
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.
Provide the runtime target kind.
production, environment, preview_branch Provide the target environment id.
Provide the target branch id.
Provide the source target kind.
project, production, environment, preview_branch