Tailscale acquires Border0 to tackle AI agent network security threats

    Tailscale has acquired Border0, making it the Canadian networking company's first acquisition since it was founded in 2019. The deal is not about expanding headcount or entering a new geography. It is about a specific technical problem that has been building quietly inside enterprise networks: AI agents are now doing things that humans used to do, and most corporate security infrastructure was not built with that in mind.

    Border0 is a Toronto-based startup that built access control technology specifically for non-human identities. That means machines, scripts, and now AI agents that connect to internal systems and perform tasks autonomously. When an AI agent pulls data from a database, triggers an API call, or writes to a file system, it needs credentials and access permissions just like a human employee would. The difference is that there can be hundreds of these agents running simultaneously, and tracking what each one is authorized to do is genuinely hard with traditional identity tools.

    What Tailscale actually does and why this acquisition fits

    Tailscale builds a mesh VPN product based on WireGuard that lets devices connect securely across networks without the overhead of traditional VPN infrastructure. Its core appeal has always been simplicity: you install it, devices get a stable IP on a private network, and you do not have to manage firewall rules manually for every connection. The company has grown steadily among developers and small to mid-sized engineering teams.

    Border0's technology fills a gap in what Tailscale currently offers. Tailscale handles device-to-device connectivity and basic access controls. Border0 handles the layer above that, specifically who or what is allowed to connect, under what conditions, and with what level of trust. For AI agents, that distinction matters a lot. An agent connecting to a production database should have tightly scoped permissions and a clear audit trail. Border0 was built to provide exactly that.

    Network security and access control infrastructure
    Network security and access control infrastructure

    The problem with AI agents on corporate networks

    The timing of this acquisition reflects a real shift in how enterprises are deploying AI. A year ago, most AI tools were assistants that sat in chat interfaces and waited for human input. Now companies are running agentic workflows where AI systems take actions, make decisions, and interact with internal services without a person in the loop for every step. Tools like LangChain, AutoGen, and various vendor-specific agent frameworks have made this much easier to build.

    The security implications have not kept pace with the deployment speed. An AI agent typically authenticates using a service account or API key. Those credentials, if compromised or misconfigured, give an attacker the same access the agent has. And because agents can act quickly and at scale, the blast radius of a credential leak is larger than it would be for a human user who logs in manually. Gartner estimated in 2024 that by 2026, at least 25 percent of enterprise security breaches will involve some form of non-human identity misuse.

    How Border0 approaches machine identity

    Border0 built its product around the idea that every connection request, whether from a human or a machine, should be evaluated in context. It uses short-lived certificates rather than long-lived static credentials, which means that even if a token is intercepted, it expires quickly and cannot be reused. It also integrates with existing identity providers, so companies do not have to replace their current IAM setup to use it.

    For AI agents specifically, Border0 can enforce policies like: this agent may only read from this particular database table, may only connect between 9am and 6pm UTC, and must re-authenticate every 15 minutes. That level of granularity is not available in most VPN or firewall products. It requires purpose-built access logic at the application layer.

    What this means for Tailscale's product direction

    Tailscale has positioned itself as infrastructure for developers. Its pricing, documentation, and onboarding are all aimed at engineers who want something that works without requiring a dedicated network security team to manage it. Bringing Border0's technology in-house lets Tailscale offer AI agent access control through the same interface its users already know.

    The company has not disclosed the financial terms of the acquisition. Border0 had raised around $7 million in seed funding before the deal. Its team, which includes founders with backgrounds in AWS and Cisco networking, will join Tailscale and continue working on the machine identity product.

    Tailscale's existing customer base includes engineering teams at companies like GitHub, Instacart, and various mid-market SaaS businesses. Those are exactly the kinds of organizations that are now running AI agents in production. The Border0 acquisition gives Tailscale something concrete to offer those customers as they navigate the security questions that come with autonomous AI in their infrastructure.

    A growing market that larger vendors have not yet addressed well

    Large identity and access management vendors like Okta and CyberArk have human-centric architectures at their core. They have added machine identity features over time, but the products were not designed for the volume and velocity at which AI agents operate. A single agentic workflow can spawn dozens of sub-agents, each needing its own scoped credentials, within seconds. Legacy IAM systems tend to slow down under that kind of load or require manual provisioning that defeats the purpose.

    Startups like Teleport, StrongDM, and now the combined Tailscale-Border0 entity are betting that this gap creates room for a new generation of access control products. The market is early. Most enterprises are still figuring out their internal policies for AI agent deployment, let alone the tooling to enforce those policies at the network level. Tailscale's move to acquire Border0 now, before the category is crowded, is a calculated bet on where enterprise security spending is heading over the next two to three years.

    Love this story? Explore more trending news on tailscale

    Share this story

    Frequently Asked Questions

    Q: What does Border0 actually do differently from a standard VPN?

    Border0 focuses on identity-aware access control using short-lived certificates rather than static credentials. Unlike a VPN that secures the connection channel, Border0 enforces what a specific user or machine is allowed to do once connected, with granular time and resource-based policies.

    Q: Why are AI agents considered a security risk on corporate networks?

    AI agents authenticate using service accounts or API keys and can take automated actions at high speed. If those credentials are misconfigured or stolen, the damage can spread faster than with a human user, because there is no manual step to slow things down.

    Q: Will Border0 remain a standalone product after the acquisition?

    Tailscale has not announced that Border0 will be discontinued. The Border0 team is joining Tailscale, and the expectation is that the technology will be integrated into Tailscale's existing product over time.

    Q: How much funding had Border0 raised before being acquired?

    Border0 had raised approximately $7 million in seed funding before the Tailscale acquisition. The financial terms of the deal itself have not been disclosed publicly.

    Q: Are existing IAM tools like Okta not sufficient for managing AI agents?

    Okta and similar platforms were designed around human login flows and do not handle the volume or speed at which AI agents need credentials provisioned. They can manage machine identities, but the architecture becomes a bottleneck when dozens of sub-agents need scoped access within seconds.

    Read More