Get connected

Four ways in. None of them is a tier.

They are not products either. They are doorways, and most people end up using more than one.

01 AgentsGive an agent a private path to something, without putting that something on the internet.A tool interface your assistant calls directly. SDKs for TypeScript and Python. Private routes to your own services, never publicly exposed. Shared context between agents, wherever they run.
Best if you are building with models and they need to reach real systems.
02 CodePoint an application at us and let the edge do the rest.A REST API with an OpenAPI description. Routing, caching, compression and a firewall as policy, not as products. Certificates that renew themselves. Per request visibility, so a slow page has an answer.
Best if you ship software and want it fast and protected everywhere.
03 ServersPut us in front of what you already run, wherever it runs.Any cloud, any colocation, your own metal, or all three at once. Health checks and failover across providers, not just within one. Traffic split by path, method, country or network. No requirement to move anything first.
Best if you already have infrastructure and want it to behave as one thing.
04 NetworkJoin at the network layer, the way networks have always joined.Overlay, tunnel, or a physical cross connect.
Best if you run a network of your own and want to sit closer to everyone else's.

Most people use
more than one.