{
  "name": "Okomfo",
  "description": "AI-native transport operating system for bus, coach, NEMT, and fleet operators. Built with deep regulatory alignment across UK, European, and US markets, designed to scale globally. Centralises compliance, fleet operations, driver management, route optimisation, and patient transport logging into a single decision layer.",
  "url": "https://okomfo.io",
  "version": "0.1.0",
  "protocol": "a2a/0.1",
  "capabilities": [
    {
      "name": "request_demo",
      "description": "Submit a request for a guided demo of the Okomfo platform. Requires company details, fleet size, and operational challenges.",
      "input_schema": {
        "type": "object",
        "required": ["company_name", "contact_name", "email", "phone", "fleet_size", "challenges"],
        "properties": {
          "company_name": { "type": "string", "description": "Name of the transport operator" },
          "contact_name": { "type": "string", "description": "Full name of the primary contact" },
          "email": { "type": "string", "format": "email" },
          "phone": { "type": "string", "description": "Contact phone number with country code" },
          "fleet_size": { "type": "string", "enum": ["1-10", "11-50", "51-200", "201-500", "500+"] },
          "challenges": { "type": "string", "description": "Current operational challenges the operator faces" }
        }
      },
      "output_schema": {
        "type": "object",
        "properties": {
          "success": { "type": "boolean" },
          "message": { "type": "string" }
        }
      },
      "auth": "none",
      "endpoint": "https://okomfo.io/api/demo-request"
    },
    {
      "name": "check_compliance_status",
      "description": "Determine whether a bus or coach operator meets regulatory compliance requirements (UK: Traffic Commissioner, DVSA; Italy: Motorizzazione Civile, ART; USA: FMCSA, DOT; EU frameworks). Available to authenticated platform users.",
      "auth": "bearer",
      "status": "live"
    },
    {
      "name": "ingest_defect_report",
      "description": "Submit a vehicle walk-around defect report into the Okomfo system for tracking, resolution assignment, and compliance logging. Supports UK, Italian, US, and EU regulatory standards.",
      "auth": "bearer",
      "status": "live"
    },
    {
      "name": "query_fleet_status",
      "description": "Retrieve real-time status of fleet vehicles including location, compliance state, and operational readiness. Covers UK, Italian, US, and EU regulatory jurisdictions.",
      "auth": "bearer",
      "status": "live"
    }
  ],
  "documentation": "https://okomfo.io/llms.txt",
  "contact": {
    "email": "hello@okomfo.io",
    "url": "https://okomfo.io"
  },
  "legal": {
    "terms_of_service": "https://okomfo.io/terms",
    "privacy_policy": "https://okomfo.io/privacy"
  }
}
