Skip to main content
GET
/
.well-known
/
agent.json
Get Agent Card
curl --request GET \
  --url http://localhost:3773/.well-known/agent.json
{
  "name": "First Agent",
  "description": "A helpful AI agent",
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "taskManagement": true
  },
  "skills": [
    {
      "id": "question-answering-v1",
      "name": "Question Answering",
      "description": "Answer questions based on context"
    }
  ],
  "did": "did:bindu:raahul_at_getbindu_com:first_agent:e091ddb0b2c84bd8991fdfd1ecbb9da6",
  "endpoints": {
    "jsonrpc": "http://localhost:3773/",
    "did": "http://localhost:3773/did/resolve"
  }
}

Response

200 - application/json
name
string
required
version
string
required
description
string
capabilities
object
skills
object[]
did
string
endpoints
object