{
  "protocolVersion": "0.3.0",
  "name": "PEWOCA Career Signals",
  "description": "Read-only agent access to PEWOCA's public professional profiles, companies, and career signals. Every read flows through PEWOCA's visibility engine; an anonymous caller sees public data only, a Bearer-authenticated caller sees their own permitted view.",
  "version": "2.3.0",
  "url": "https://pewoca.com/a2a",
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "url": "https://pewoca.com/a2a",
      "transport": "JSONRPC"
    }
  ],
  "supportedInterfaces": [
    {
      "url": "https://pewoca.com/a2a",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "PX7 Digital",
    "url": "https://px7.digital"
  },
  "documentationUrl": "https://pewoca.com/auth.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "securitySchemes": {
    "px7Accounts": {
      "type": "oauth2",
      "description": "Optional. PX7 Accounts JWT (audience 'pewoca') as a Bearer token; raises reads to the caller's own permission level.",
      "flows": {
        "clientCredentials": {
          "tokenUrl": "https://accounts.px7.digital/api/auth/agent/token",
          "scopes": {}
        }
      }
    }
  },
  "skills": [
    {
      "id": "search_people",
      "name": "Search people",
      "description": "Search public PEWOCA profiles by name, headline, current role, company, or skill. Returns only profiles their owners have made public — the same surface that is indexable on the web.",
      "tags": [
        "career",
        "people",
        "professional-network"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        "Find people who work in product design",
        "rust backend engineers"
      ]
    },
    {
      "id": "get_profile",
      "name": "Get a profile",
      "description": "Fetch one member's profile by slug (the part after /p/). Work history, education, skills, projects and public career status are returned at the visibility level the calling identity is allowed to see.",
      "tags": [
        "career",
        "people",
        "professional-network"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        "profile: jorgenlarsen"
      ]
    },
    {
      "id": "get_company",
      "name": "Get a company",
      "description": "Fetch a company entity by slug (the part after /c/): its public members and how many roles there are verified on PEWOCA.",
      "tags": [
        "career",
        "people",
        "professional-network"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        "company: gn-store-nord"
      ]
    }
  ]
}