Developer API

TYTEC.ai public API

Non-billable service discovery, coverage checks, lead intake, and quote requests for datacenter field work.

All public write actions require TYTEC human review. Public quote estimates are non-binding and do not create orders, tickets, dispatch, payments, or private ticket access.

Examples

Read service and coverage data

GET https://tytec.ai/api/v1/services

GET https://tytec.ai/api/v1/locations

GET https://tytec.ai/api/v1/locations?city=Copenhagen&country=DK

Quote request

POST /api/v1/quotes

Creates a quote request for TYTEC human review. The response may include a non-binding budget estimate. It does not accept a quote, create a billable order, schedule dispatch, or grant ticket access.

Critical JSON fields

  • company or contact_name
  • email
  • city
  • service_type
  • description
POST https://tytec.ai/api/v1/quotes
Content-Type: application/json

{
  "company": "Example Networks",
  "contact_name": "Ops Lead",
  "email": "[email protected]",
  "city": "Copenhagen",
  "country": "DK",
  "service_type": "smart_hands",
  "engineer_count": 2,
  "estimated_hours": 3,
  "out_of_hours": false,
  "description": "Rack-level inspection, cable trace, and photo close-out."
}
{
  "ok": true,
  "request_id": "tytec_quote_...",
  "status": "received",
  "requires_human_approval": true,
  "billable_order_created": false,
  "budget_estimate": {
    "currency": "EUR",
    "low": 540,
    "high": 730,
    "assumptions": [
      "Non-binding estimate",
      "Human approval required before dispatch",
      "VAT, travel, access, parts, facility fees, and reverse-charge treatment must be confirmed"
    ]
  },
  "message": "Quote request received. No billable order has been created."
}

MCP-ready tools

Tool discovery only

Use GET /api/v1/mcp/tools for MCP-ready schemas. Public streaming MCP remains closed in this pass.

list_services

Read-only service catalog. Anonymous allowed. Not billable.

list_locations

Read-only city coverage records. Anonymous allowed. Not billable.

check_location_coverage

Coverage check for one city. Anonymous allowed. Not billable.

create_lead

Non-billable lead creation. Human review required.

create_quote_request

Non-billable quote request with estimate. Human review required.

Safety model

No anonymous orders or dispatch

Allowed anonymously

List services, list locations, check coverage, create leads, and request quotes.

Blocked anonymously

Accept quotes, create billable orders, schedule dispatch, access private tickets or attachments, and close jobs.

Human review

Scope, availability, pricing, VAT, travel, and dispatch timing are confirmed by TYTEC before real-world work starts.