{
  "protocolVersion": "0.3.0",
  "name": "Field Elevate AI",
  "description": "Field Elevate AI's front-desk agent. Send a company and an operating problem and it routes the request to the right person and returns next steps. Field Elevate builds AI decision systems into the software growing businesses already use — in-house, one accountable team, from discovery through production.",
  "url": "https://fieldelevate.ai/api/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "provider": {
    "organization": "Field Elevate Management LLC",
    "url": "https://fieldelevate.ai"
  },
  "iconUrl": "https://fieldelevate.ai/logo-dark.svg",
  "documentationUrl": "https://fieldelevate.ai/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "submit-inquiry",
      "name": "Submit an operating problem or engagement inquiry",
      "description": "Send Field Elevate a company and an operating problem to be routed to the right person. Helpful to include: company and industry, the one job or workflow causing drag (the manual steps, checks, or hand-offs a team repeats), the systems and data sources involved, who owns the decision at the end of that job, and contact details (name, email, phone). Returns a confirmation and next steps — typically a Discovery Sprint.",
      "tags": ["sales", "discovery", "intake", "consulting", "ai-implementation", "automation"],
      "examples": [
        "Company: Acme Logistics (distribution). Operating problem: order intake is retyped across three spreadsheets and a shared inbox. Systems: NetSuite, Gmail, Excel. Decision owner: ops manager. Contact: jordan@acme.com, +1-555-0100.",
        "We run a mid-size manufacturer and want to automate QC release. Who at Field Elevate should we talk to, and what's the first step?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ]
}
