# Tarana Wireless > Tarana Wireless (Milpitas, California) invented next-generation fixed wireless access > (ngFWA): a physical-layer approach using distributed multi-user MIMO and interference > cancellation to deliver fiber-class broadband over 3 GHz CBRS, 5 GHz and 6 GHz spectrum in > non-line-of-sight conditions. Its G1 platform pairs base nodes (BN) and remote nodes (RN) > with the Tarana Cloud Suite (TCS), the multi-tenant SaaS operators use to plan, install, > provision, monitor and troubleshoot their radio networks. TCS is Tarana's software and API > surface. GENERATED by the API Evangelist enrichment pipeline on 2026-08-29 from probed Tarana surfaces. Tarana does not publish an llms.txt of its own; this is not a Tarana document. ## What an agent can and cannot reach - The TCS **northbound REST API** exists and Tarana names its reference location itself, as `NORTHBOUND_SWAGGER_URL` in the operator portal's public runtime configuration: https://portal.tcs.taranawireless.com/northbound/swagger-ui.html - That URL, and every Swagger/OpenAPI sibling under `/northbound/`, returns **HTTP 403 "RBAC: access denied"** to anonymous callers. **There is no publicly retrievable OpenAPI document for Tarana Wireless.** Do not attempt to reconstruct one. - There is **no self-service developer signup**. Credentials come with an operator's TCS tenant, which comes with the hardware. - There is **no MCP server**, **no A2A agent card**, **no published SDK in any registry**, and the company's GitHub organisation has **zero public repositories**. - Product documentation lives on a Salesforce Experience Cloud portal that renders entirely client-side; the guest knowledge API returns 401. Article text is not machine-readable. ## What IS anonymously readable, and it is more than you would expect Tarana serves its full operational vocabulary as unauthenticated JavaScript configuration that the operator portal loads at page load. This is real, first-party, machine-readable data: - https://portal.tcs.taranawireless.com/operator-portal/common-config.js — 709 alarm definitions (160 unique codes), 18 cloud-derived alarms, 326 event types across 6 categories, the disconnect- and reboot-reason vocabularies, 146 device software versions with base/remote-node compatibility flags, and the complete alert-notification webhook payload schema. - https://portal.tcs.taranawireless.com/operator-portal/env-config.js — data retention windows, portal page-size limits, the CBRS SAS provider list, the regulatory domains and channel plan, and the dial-out telemetry sample intervals. - https://api.status.io/1.0/status/63337aa16366bf053fa30260 — the machine-readable status API behind status.taranawireless.com, including the health of Tarana's external spectrum dependencies (Google SAS, Federated SAS, Comsearch AFC, Federated Wireless AFC). - https://portal.tcs.taranawireless.com/.well-known/security.txt — RFC 9116 security contact. - https://support.taranawireless.com/.well-known/openid-configuration — OIDC metadata for the support portal (not for the TCS API). ## APIs - [TCS Northbound REST API](https://portal.tcs.taranawireless.com/northbound/swagger-ui.html): Device inventory, network topology discovery and geo-mapping, subscriber provisioning, billing integration, alarm and event retrieval, zero-touch deployment configuration. Base: `https://portal.tcs.taranawireless.com/northbound`. **Gated — 403 to anonymous callers.** - Outbound webhooks: 12 alert types delivered to an operator-registered HTTPS endpoint, configured in the portal under Admin → Webhooks. Payload contract is public. ## Repository artifacts - [Webhook and event surface](asyncapi/tarana-wireless-webhooks.yml): 12 alert types, 48 payload fields, 326 event types — transcribed from Tarana's published config. - [Alert AsyncAPI 3.0.0](asyncapi/tarana-wireless-alerts-asyncapi.yml): a DERIVED rendering of the above. Tarana publishes no AsyncAPI; do not attribute this document to them. - [Alarm and error catalog](errors/tarana-wireless-error-codes.yml): 160 alarm codes with ITU-T X.733 event types and severities, plus the live-probed API gateway error envelope. - [Authentication profile](authentication/tarana-wireless-authentication.yml) - [API conventions and reversibility](conventions/tarana-wireless-conventions.yml) - [Standards conformance](conformance/tarana-wireless-conformance.yml): WInnForum CBRS SAS-CBSD, 6 GHz AFC, ITU-T X.733, YANG instance paths, OAuth 2.0 / OIDC. - [Lifecycle and status](lifecycle/tarana-wireless-lifecycle.yml) - [Release notes](changelog/tarana-wireless-changelog.yml): exists, gated, no entries readable. - [Well-known probe](well-known/tarana-wireless-well-known.yml) - [Plans and pricing](plans/tarana-wireless-plans-pricing.yml): none published. - [Rate limits](rate-limits/tarana-wireless-rate-limits.yml): none published. - [Packages](packages/tarana-wireless-packages.yml): none published. - [MCP posture](mcp/tarana-wireless-mcp.yml): no server. ## Company - Website: https://www.taranawireless.com/ - Product (Tarana Cloud Suite): https://www.taranawireless.com/tarana-cloud-suite/ - Support portal: https://support.taranawireless.com/s/ - Status: https://status.taranawireless.com/ - Blog: https://www.taranawireless.com/blog/ - News: https://www.taranawireless.com/news/ - FAQs: https://www.taranawireless.com/faqs/ - Training: https://www.taranawireless.com/training/ - How to buy: https://www.taranawireless.com/how-to-buy/ - Contact: https://www.taranawireless.com/contact-us/ - Legal (terms + privacy): https://www.taranawireless.com/legal/ - Security contact: tcs-security@taranawireless.com ## Notes for crawlers www.taranawireless.com sits behind a Cloudflare/Kinsta edge that returns HTTP 403 to HTTP/2 requests without full browser headers. The pages are live; the block is a bot policy, not a dead link. Requesting over HTTP/1.1 with a browser User-Agent succeeds.