Built across four categories
Eleven products that share infrastructure, identity, and a single REST API — so they compound instead of compete.
AI & Communications
Voice, email, and messaging products powered by AI and modern infrastructure.
E-commerce
Everything you need to launch, run, and grow an online store.
Lifestyle & Media
Consumer products that bring people, content, and culture together.
Privacy & Infrastructure
Privacy-first networking, APIs, and developer tools.
What you can ship today
Live products you can sign up for now — plus a preview of what is coming next.
One API. Every product.
The Etech API is the unified REST layer behind every storefront, mailbox, and number in the ecosystem. One OpenAPI 3.1 spec, one OAuth flow, one set of webhooks — from products and orders to email provisioning and DNS automation.
Every page on this site ships with JSON-LD, every product exports its own
llms.txt, and the full machine spec lives at
/openapi.json so Cursor, Claude Code, and codegen tools just work.
$ curl https://api.etechit.xyz/v1/services \
-H "Authorization: Bearer $ETECH_KEY"
{
"data": [
{
"slug": "voicecallai",
"category": "ai-communications",
"status": "live",
"pricing": { "startsAt": 49, "unit": "mo" }
},
{
"slug": "ecomtech",
"category": "ecommerce",
"status": "live"
}
],
"count": 11
}