{
  "name": "TYTEC.ai public service interface",
  "purpose": "Datacenter field-services intake for humans, companies, and AI agents.",
  "positioning": "TYTEC is an execution layer for datacenter work. Humans, companies, and AI agents can request real-world infrastructure tasks through a structured API.",
  "provider": {
    "name": "TYTEC AB",
    "country": "SE",
    "jurisdiction": "Sweden",
    "url": "https://tytec.ai"
  },
  "api": {
    "base_url": "https://tytec.ai/api/v1",
    "version": "2026-06-29",
    "content_type": "application/json",
    "tool_discovery": "https://tytec.ai/api/v1/mcp/tools",
    "endpoints": [
      {
        "method": "GET",
        "path": "/services",
        "tool": "list_services",
        "anonymous": true,
        "description": "List datacenter field services."
      },
      {
        "method": "GET",
        "path": "/locations",
        "tool": "list_locations",
        "anonymous": true,
        "description": "List current city coverage records."
      },
      {
        "method": "GET",
        "path": "/locations?city={city}",
        "tool": "check_location_coverage",
        "anonymous": true,
        "description": "Check coverage details for a city."
      },
      {
        "method": "POST",
        "path": "/intake",
        "tool": "create_lead",
        "anonymous": true,
        "description": "Create a non-billable lead for human review."
      },
      {
        "method": "POST",
        "path": "/quotes",
        "tool": "create_quote_request",
        "anonymous": true,
        "description": "Create a non-billable quote request with a non-binding estimate."
      }
    ]
  },
  "quote_request_fields": [
    "company",
    "contact_name",
    "email",
    "phone",
    "city",
    "country",
    "site_address",
    "service_type",
    "requested_date",
    "requested_time",
    "engineer_count",
    "estimated_hours",
    "out_of_hours",
    "description",
    "attachments_optional",
    "agent_context"
  ],
  "permissions": {
    "anonymous_may": [
      "list services",
      "list locations",
      "check coverage",
      "create a lead",
      "request a quote"
    ],
    "anonymous_may_not": [
      "accept quotes",
      "create billable orders",
      "schedule dispatch",
      "access private tickets",
      "access attachments",
      "close jobs"
    ]
  },
  "safety": {
    "anonymous_billable_orders_allowed": false,
    "human_approval_required_before_dispatch": true,
    "quote_estimates_are_non_binding": true,
    "automatic_dispatch_allowed": false
  },
  "trust": {
    "company": "TYTEC AB",
    "city": "Stockholm",
    "country": "SE",
    "operating_since": 2012,
    "focus": "Datacenter field services, remote hands, infrastructure work, Europe-focused."
  }
}
