{
  "name": "Markburnett Agent",
  "version": "1.0",
  "discovery_url": "/.well-known/agent.json",
  "description": "An autonomous agent for the markburnett venture — answers questions, finds contacts, surfaces playbooks.",
  "skills": [
    {
      "id": "latest_brief",
      "name": "Latest brief",
      "input": {},
      "output": "this week's headline brief"
    },
    {
      "id": "find_contact",
      "name": "Find a contact",
      "input": {
        "role": "string",
        "region": "string?"
      },
      "output": "ranked list of operators/suppliers"
    },
    {
      "id": "directory_browse",
      "name": "Browse directory",
      "input": {
        "category": "string?"
      },
      "output": "directory entries"
    }
  ],
  "callable_endpoints": [
    "/agent/ask",
    "/agent/brief",
    "/agent/find"
  ],
  "auth": "open for read; signed-membership-token for write"
}