Skip to main content
GET
/
v1
/
agents
/
{agentId}
/
.well-known
/
agent.json
A2A discovery card (.well-known/agent.json)
curl --request GET \
  --url https://{host}/v2/workspaces/slug:agent-factory/webhooks/v1/agents/{agentId}/.well-known/agent.json \
  --header 'Authorization: Bearer <token>'
{
  "protocolVersions": [
    "<string>"
  ],
  "name": "<string>",
  "description": "<string>",
  "version": "<string>",
  "supportedInterfaces": [
    {
      "url": "<string>",
      "protocolBinding": "<string>"
    }
  ],
  "capabilities": {
    "streaming": true,
    "pushNotifications": true,
    "stateTransitionHistory": true
  },
  "securitySchemes": {},
  "security": [
    {}
  ],
  "defaultInputModes": [
    "<string>"
  ],
  "defaultOutputModes": [
    "<string>"
  ],
  "skills": [
    {}
  ],
  "iconUrl": "<string>"
}

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.

Authorizations

Authorization
string
header
required

User session JWT or instance API key (iak_*). Send as Authorization: Bearer <token>.

Path Parameters

agentId
string
required
Maximum string length: 64

Response

A2A AgentCard payload.

A2A 0.3 discovery card.

protocolVersions
string[]
name
string
description
string
version
string
supportedInterfaces
object[]
capabilities
object
securitySchemes
object
security
object[]
defaultInputModes
string[]
defaultOutputModes
string[]
skills
object[]
iconUrl
string