list_services
Read-only service catalog. Anonymous allowed. Not billable.
Developer 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
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
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.
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
Use GET /api/v1/mcp/tools for MCP-ready schemas. Public streaming MCP remains closed in this pass.
Read-only service catalog. Anonymous allowed. Not billable.
Read-only city coverage records. Anonymous allowed. Not billable.
Coverage check for one city. Anonymous allowed. Not billable.
Non-billable lead creation. Human review required.
Non-billable quote request with estimate. Human review required.
Safety model
List services, list locations, check coverage, create leads, and request quotes.
Accept quotes, create billable orders, schedule dispatch, access private tickets or attachments, and close jobs.
Scope, availability, pricing, VAT, travel, and dispatch timing are confirmed by TYTEC before real-world work starts.