{
  "agent": "Synera Systems assistant",
  "card": "https://synerasystems.cloud/.well-known/agent-card.json",
  "transport": "JSONRPC",
  "usage": "POST a JSON-RPC 2.0 \"message/send\" request with params.message.parts[].text",
  "example": {
    "jsonrpc": "2.0",
    "id": 1,
    "method": "message/send",
    "params": {
      "message": {
        "kind": "message",
        "role": "user",
        "messageId": "example-1",
        "parts": [
          {
            "kind": "text",
            "text": "What does an implementation cost and how long does it take?"
          }
        ]
      }
    }
  }
}