Skip to content
Back to STEADYWRK Dispatch Agent

Card snapshot

steadywrk.app · 2026-07-26 09:39:28 UTC · 0c9dadc313a36d22b8d30c42fd98221d70513a1254e0d9bc8d300943595705c9

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "schema": "https://schema.a2aprotocol.org/v1/agent-card",
  "name": "STEADYWRK Dispatch Agent",
  "description": "Dispatch agent of STEADYWRK \u2014 a sovereign AI company built in Aqaba, Jordan, positioned as an attestation authority for autonomous agent work. Routes, quotes, and closes FM work orders; 340ms P50 decision latency and 3% human override rate (self-reported operational estimates).",
  "url": "https://steadywrk.app/api/a2a",
  "a2a_endpoint": "https://steadywrk.app/api/a2a",
  "provider": {
    "name": "STEADYWRK",
    "url": "https://steadywrk.app",
    "contact": "hello@steadywrk.app"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "authentication": {
    "schemes": [
      "bearer"
    ]
  },
  "skills": [
    {
      "id": "dispatch.quote",
      "name": "Quote Work Order",
      "description": "Accepts a facility management work order and returns a price quote with ETA and contractor availability.",
      "tags": [
        "dispatch",
        "fm",
        "quote",
        "field-service"
      ],
      "examples": [
        "Quote a plumbing work order in Phoenix AZ",
        "How much for an HVAC repair at a commercial facility?"
      ]
    },
    {
      "id": "dispatch.order",
      "name": "Submit Work Order",
      "description": "Submits a work order into the STEADYWRK dispatch pipeline. Returns an order ID and assigned contractor details.",
      "tags": [
        "dispatch",
        "fm",
        "work-order",
        "field-service"
      ],
      "examples": [
        "Submit a work order for electrical repair",
        "Create a dispatch request for preventive maintenance"
      ]
    },
    {
      "id": "dispatch.evals",
      "name": "Query Dispatch Evals",
      "description": "Returns rolling dispatch evals (self-reported, carries an estimated flag): completion rate, NTE variance, dispatch latency P50/P95, and human-override rate. Public, no auth.",
      "tags": [
        "evals",
        "metrics",
        "performance",
        "dispatch"
      ],
      "examples": [
        "What is the current dispatch latency?",
        "Show me the human override rate"
      ]
    },
    {
      "id": "dispatch.index",
      "name": "Dispatch Trade Index",
      "description": "Returns the catalog of 8 dispatch trade verticals with baseline model rates (routine urgency, 1.0x multiplier). Rates are STEADYWRK model rates informed by BLS OES data, not BLS verbatim. Public, no auth.",
      "tags": [
        "catalog",
        "dispatch",
        "index",
        "rates",
        "field-service"
      ],
      "examples": [
        "List the dispatch trade verticals and baseline rates",
        "What trades can I dispatch and what do they cost?"
      ]
    },
    {
      "id": "talent.jobs",
      "name": "Browse Jobs",
      "description": "Returns available STEADYWRK job listings by trade, city, or program.",
      "tags": [
        "talent",
        "jobs",
        "careers",
        "field-service"
      ],
      "examples": [
        "Show available HVAC jobs in Aqaba",
        "What positions are open in Jordan?"
      ]
    },
    {
      "id": "talent.apply",
      "name": "Apply for Position",
      "description": "Submits a job application into the STEADYWRK talent pipeline.",
      "tags": [
        "talent",
        "apply",
        "careers",
        "hiring"
      ],
      "examples": [
        "Apply for the electrician role",
        "Submit application for STEADYWRK dispatch program"
      ]
    },
    {
      "id": "talent.salaries",
      "name": "Query Salary Data",
      "description": "Returns salary benchmarks and compensation data by trade and region.",
      "tags": [
        "talent",
        "salaries",
        "compensation",
        "benchmarks"
      ],
      "examples": [
        "What is the average HVAC technician salary in Aqaba?",
        "Show plumber pay rates"
      ]
    },
    {
      "id": "talent.employer-inquiry",
      "name": "Employer Inquiry",
      "description": "Submits an employer inquiry to explore STEADYWRK workforce solutions.",
      "tags": [
        "talent",
        "employer",
        "b2b",
        "hiring"
      ],
      "examples": [
        "I need 10 skilled technicians in Q3",
        "How does employer onboarding work?"
      ]
    }
  ],
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "supportedInterfaces": [
    {
      "url": "https://steadywrk.app/api/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3.0"
    }
  ]
}