curl --request GET \
--url https://{host}/v2/workspaces/slug:agent-factory/webhooks/v1/agents/discovery \
--header 'Authorization: Bearer <token>'{
"featured": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"instructions": "<string>",
"model": "<string>",
"fallback_models": [
"<string>"
],
"temperature": 123,
"icon_url": "<string>",
"skills": [
{}
],
"tools": [
{
"id": "<string>",
"type": "file_search",
"name": "<string>",
"display_name": "<string>",
"description": "<string>",
"catalog_id": "<string>",
"auth": {},
"icon_url": "<string>",
"vector_store_id": "<string>",
"server": "<string>",
"headers": {},
"scope": "<string>",
"url": "<string>",
"parameters": {}
}
],
"tool_permissions": {},
"guardrails": {},
"sub_agents": [
{
"agent_id": "<string>",
"name": "<string>",
"description": "<string>"
}
],
"starters": [
{}
],
"allowed_models": [
"<string>"
],
"max_tokens": 123,
"max_turns": 123,
"token_budget": 123,
"tool_call_budget": 123,
"canvas_enabled": true,
"visibility": "public",
"category": "<string>",
"tags": [
"<string>"
],
"status": "draft",
"profile": "simple",
"owner_id": "<string>",
"orgSlug": "<string>",
"subscription_id": "<string>",
"serviceAccountId": "<string>",
"published_config": {},
"published_at": "2023-11-07T05:31:56Z",
"has_draft_changes": true,
"rating": 123,
"ratings_count": 123,
"messages_count": 123,
"conversations_count": 123,
"access_status": "granted",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"categories": [
{
"value": "<string>",
"count": 123
}
]
}Discovery endpoint for the store homepage. Returns up to 10 featured published agents (sorted by rating), and the list of distinct categories with counts.
curl --request GET \
--url https://{host}/v2/workspaces/slug:agent-factory/webhooks/v1/agents/discovery \
--header 'Authorization: Bearer <token>'{
"featured": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"instructions": "<string>",
"model": "<string>",
"fallback_models": [
"<string>"
],
"temperature": 123,
"icon_url": "<string>",
"skills": [
{}
],
"tools": [
{
"id": "<string>",
"type": "file_search",
"name": "<string>",
"display_name": "<string>",
"description": "<string>",
"catalog_id": "<string>",
"auth": {},
"icon_url": "<string>",
"vector_store_id": "<string>",
"server": "<string>",
"headers": {},
"scope": "<string>",
"url": "<string>",
"parameters": {}
}
],
"tool_permissions": {},
"guardrails": {},
"sub_agents": [
{
"agent_id": "<string>",
"name": "<string>",
"description": "<string>"
}
],
"starters": [
{}
],
"allowed_models": [
"<string>"
],
"max_tokens": 123,
"max_turns": 123,
"token_budget": 123,
"tool_call_budget": 123,
"canvas_enabled": true,
"visibility": "public",
"category": "<string>",
"tags": [
"<string>"
],
"status": "draft",
"profile": "simple",
"owner_id": "<string>",
"orgSlug": "<string>",
"subscription_id": "<string>",
"serviceAccountId": "<string>",
"published_config": {},
"published_at": "2023-11-07T05:31:56Z",
"has_draft_changes": true,
"rating": 123,
"ratings_count": 123,
"messages_count": 123,
"conversations_count": 123,
"access_status": "granted",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"categories": [
{
"value": "<string>",
"count": 123
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.prisme.ai/llms.txt
Use this file to discover all available pages before exploring further.
User session JWT or instance API key (iak_*).
Send as Authorization: Bearer <token>.
Featured agents + categories.
Featured agents + categories for the discovery surface.
Hide child attributes
Hide child attributes
file_search, mcp, function ^[a-zA-Z0-9_-]+$Required for file_search.
MCP server URL (for mcp).
Required for function.
JSON Schema describing the function tool's parameters.
public, private, restricted draft, published simple, workflow, agent_light, agent_full, orchestrator Snapshot of runtime fields at last publish (owners only).
Only present on restricted-agent rows in list/discovery views.
granted, none Was this page helpful?