Fundraising Fox

Oso

New York, US Β· 14 known investors

osohq.com β†—

Oso provides visibility and controls for AI agent adoption within enterprises, enabling discovery, monitoring, and enforcement of agent access and behavior. The platform detects policy violations and generates audit logs for agent actions across engineering, product, finance, and sales teams.

Also known as Oso Cloud Β· Oso Security Β· osohq

AI & Machine LearningCybersecurityEnterprise Software

Investors Β· 14

Also in the syndicate Β· 10

Abhishek ParmarArmon DadgarCalvin French-OwenChristina CacioppoDavid PetersenDev IttycheriaEdith HarbaughOlivier PomelPaul CopplestoneRyan Petersen

Company profile

researched Aug 2026

Oso is a New York-headquartered software company that builds authorization and access-control infrastructure. Its original product line, "Oso for apps," gives engineering teams a way to externalize application permissions instead of implementing them in-house. Developers express authorization models β€” RBAC, ReBAC, ABAC or custom combinations β€” in Polar, a declarative domain-specific language, and either sync authorization data into Oso or keep it in their own database. Oso ships language SDKs, inline policy tests, logging, regression testing and debugging tooling, plus a visual rules editor and VS Code extension. Oso Cloud, the hosted service, is built in Rust and is marketed on stated operating characteristics of 1M+ requests/sec horizontal scalability, 30+ availability zones, 99.99% uptime and sub-10ms p90 latency.

Oso's second and more recent product line applies the same access-control premise to AI agents. The company argues that access models designed for humans do not transfer to agents, citing joint research with Cyera covering 2.4 million workers and 3.6 billion permissions which found that 96% of enterprise permissions go unused β€” latent access that agents inheriting human credentials would actually exercise. The agent product is organized around five functions: discovering every agent running inside a company (laptop, browser, terminal), monitoring approved AI traffic including prompts, tool calls and responses, detecting rule violations and issues such as high-velocity behavior, PII leakage and exposed API keys, enforcing configurable policy rules (for example blocking unknown MCP servers, denying delete operations, or allowlisting specific model providers), and reporting through complete action logs and exportable compliance records.

The company also invests in category-building content: the Authorization Academy technical guide series, a blog covering topics such as the "Least Privilege Manifesto" and the "CAP Theorem for Agents," and the Agents Gone Rogue registry tracking real-world agentic failures, exploits and emergent attack patterns.

Founding story

Graham Neray is listed as CEO and Founder. The company describes spending seven years building permissions for humans, and a 2022 post notes the team had spent 3+ years focused on roles and permissions after speaking with 1,000+ engineering teams who repeatedly rebuilt authorization systems from scratch.

Business model

Oso sells a managed software product to organizations rather than services. Historically it offered an open source authorization library (now deprecated in favor of a planned next open source release) as a developer on-ramp, with Oso Cloud sold as authorization-as-a-service for applications. The newer agent security product is sold through a demo-request/enterprise sales motion, while the applications product offers a self-serve free trial.

Sources describe Oso Cloud as authorization-as-a-service and reference a free tier/trial for the applications product, but do not disclose pricing, contract structure or revenue figures.

Traction

The osohq/oso GitHub repository has roughly 3.5k stars and 193 forks. Public customer references include Intercom, Wayfair, Productboard, Duolingo, Oyster HR, Chief, Arc, Audiostack, Olive AI and Digimarc; a 2022 post stated thousands of engineering teams had signed up for Oso Cloud. Named public endorsements for the agent product come from executives at Roblox, Clay, Brex, Spring Health and 1Password. Media coverage in early 2026 included InfoWorld, betanews, Puck and Techstrong.tv.

Latest developments

In February 2026 Oso published its "Least Privilege Manifesto" and announced work with Tailscale (Tailscale Aperture) to apply controls to coding agents. In March 2026 it released joint research with Cyera on unused permissions, which generated coverage in InfoWorld, betanews, Puck and Techstrong.tv, and in April 2026 published material on automated least privilege for agents. It maintains the Agents Gone Rogue registry of agentic security incidents. The legacy open source Oso library has been deprecated pending a planned next open source release.

β–ΈFull profile β€” market position, technology, go-to-market, geography, history, risks & controversies

Market position

Oso describes itself as the creator of the externalized application authorization category and, as of its 2022 funding announcement, as the best-capitalized authorization company in the world. Its investor roster includes Sequoia Capital, Felicis and Harpoon Ventures plus a large group of infrastructure and developer-tool founders. Named users of the applications product include Intercom, Wayfair, Productboard, Duolingo, Oyster HR, Chief, Arc, Audiostack, Olive AI and Digimarc; endorsements for the agent product come from executives at Roblox, Clay, Brex, Spring Health and 1Password.

Oso positions itself on singular focus on authorization and on the flexibility of Polar, its purpose-built declarative policy language, which customers cite as allowing custom authorization models to be defined quickly. For the applications product it emphasizes batteries-included primitives for common patterns (admin roles, sharing, list filtering), idiomatic SDKs across six languages, developer tooling for testing and debugging, extensive documentation, and a Rust implementation tuned for latency and uptime. For agents, it frames its edge as seven years of experience building human permissions systems informing an "automated least privilege" approach that narrows agent permissions dynamically based on prior agent behavior, rather than relying on prompt-level safety.

Technology

Core technology is an authorization engine written in Rust with a WebAssembly build for the Node.js library, exposed through Polar, a declarative DSL for expressing permission logic. The open source framework provides modeling primitives for RBAC and relationship-based access, list filtering ("which records can this user see"), unit testing, a debugger and REPL, and libraries for Node.js, Python, Go, Rust, Ruby and Java. Oso Cloud adds a hosted multi-region service, visual rules editor, VS Code extension, Explain debugging and logging. The agent platform captures prompts, tool calls and responses, applies default detections (rule violations, high-velocity behavior, PII leakage, API key exposure) and user-defined policy rules, and produces exportable audit logs.

Go-to-market

Two motions run in parallel. The agent security product is marketed via "book a demo" and enterprise outreach, supported by research reports, press coverage, executive testimonials from security and engineering leaders, and thought-leadership content. The applications product uses a developer-led motion: a free trial, extensive documentation, the Authorization Academy guide series, an open source library and community Slack, and "meet an engineer" contact paths. The company has also used co-marketing with partners such as Cyera and Tailscale.

Engineering and security teams at software companies deploying fine-grained application authorization, and enterprises whose engineering, product, finance and sales functions are adopting AI agents. Cited users span developer tools, fintech, e-commerce, healthcare and consumer software.

Geography

Oso is a distributed team headquartered in the NoMad neighborhood of New York City, with regular hybrid days for staff in the area. Its cloud service is described as running across 30+ availability zones and multiple regions.

History

Oso began as an authorization company for application developers, building an open source authorization framework with libraries for Node.js, Python, Go, Rust, Ruby and Java, and a Rust core with a declarative policy language called Polar. By 2022 the team had been working on roles and permissions for 3+ years and had launched Oso Cloud, its hosted authorization service, with customers including Chief, Arc, Intercom, Wayfair, Productboard, Olive AI and Digimarc. Alongside a $15M round it added learning resources and product capabilities and hired a Head of Marketing from Snyk. The legacy open source Oso library was subsequently deprecated, with the company signaling a future open source release. By 2026 Oso described itself as having spent seven years building permissions for humans and had extended into AI agent security, publishing joint research with Cyera on unused permissions, maintaining the Agents Gone Rogue registry, and working with Tailscale on controls for coding agents.

Risks & controversies

The legacy open source Oso library has been deprecated, which the company says is not an end-of-life but leaves the community awaiting a future open source release. The company's agent security positioning depends on enterprises adopting new controls for rapidly changing agent tooling; its own blog documents systemic risks in this area (prompt injection, memory poisoning, exposed agent control planes, over-broad credentials). No controversies involving Oso itself are reported in the sources.

Compiled by commissioned research from 8 cited public sources β€” announcements, filings, and press listed under research sources below.

Key figures

latest reported
Engineering teams interviewedJan 20221,000 teams
GitHub forks (osohq/oso)Jan 2026193 forks
GitHub stars (osohq/oso)Jan 20263,500 stars
Named leadership team membersJan 20266 people
P90 latency (stated)Jan 2026<10ms p90 latency
Throughput (stated)Jan 2026Scales horizontally to 1M+ requests/sec
Total funding raisedJan 2022$25M
Unused enterprise permissions (Oso/Cyera research)Mar 202696%

Company-reported or press-reported figures, each dated to when it was claimed β€” not independently audited.

Competitors Β· 10

by search overlap
Frontegg242 shared keywordsFrontegg provides a low-code customer identity and access management (CIAM) platform that secures user login and authentication for SaaS applications. It also offers an agentic layer that lets SaaS products expose their functionality to users through generative AI platforms.
Netezza209 shared keywordsIBM is a global technology company whose business spans enterprise software (including Red Hat, HashiCorp, and Confluent), IT infrastructure such as mainframes, servers, and storage, and IT consulting services. The company is also investing heavily in quantum computing and AI-based enterprise offerings, including its Lightwell open-source software security clearinghouse and the Anderon quantum wafer foundry.
Okta195 shared keywordsOkta provides identity and access management products designed to protect the identities of workforce and customer users. The company serves enterprises and organizations that need to manage identity authentication and authorization across digital environments.
Auth0188 shared keywordsAuth0 is an authentication and authorization platform that secures applications, AI agents, and internal tools by providing identity management, single sign-on, multi-factor authentication, and fine-grained access control capabilities.
Permit.io list view178 shared keywordsPermit.io provides a full-stack authorization framework that lets developers add access control and Identity Access Management to their products, with low-code tools for the rest of the organization. It offers an open-source, end-to-end solution covering permissions across applications, AI agents, tools, APIs, and data.
WorkOS176 shared keywordsWorkOS provides an API platform that enables SaaS companies to build enterprise-ready features including user management, single sign-on, directory sync, and admin portals. The platform helps developers quickly implement complex infrastructure requirements needed for adoption in large organizations.
Cerbos171 shared keywordsCerbos provides a centralized authorization layer that externalizes access control logic from application code, enabling fine-grained runtime permission decisions for users, service accounts, and AI agents. The platform integrates with existing identity and access management stacks to provide visibility and control over what identities can do across applications and services.
strongDM161 shared keywordsStrongDM provides privileged access management and identity governance for infrastructure across cloud, on-premises, and hybrid environments. The platform centralizes access control, enforces zero standing privileges, and enables just-in-time provisioning for teams managing critical systems.
Permify140 shared keywordsPermify is an open-source authorization service, inspired by Google's Zanzibar, that lets engineering teams model and enforce fine-grained access controls using a centralized permission database and schema language. It supports RBAC, ABAC, and ReBAC models and provides real-time data syncing and access checks across an application's stack.
Loginradius137 shared keywordsLoginRadius provides a fully-managed customer identity and access management (CIAM) platform that handles authentication, social login, and identity management for enterprises, governments, and organizations. It serves B2B SaaS and large brands worldwide, managing billions of identities per month.

Companies competing with Oso for the same Google search keywords, organic and paid, via search-intersection analysis.

Timeline Β· 5

launches, deals, and filings
Mar 2026
Oso and Cyera publish least-privilege permissions research

Press release covering joint research with Cyera analyzing 2.4 million workers and 3.6 billion permissions, reporting that 96% of permissions go unused; followed by press coverage roundup on 2026-03-30.

source β†—

Feb 2026
Collaboration with Tailscale on securing coding agents

Oso blog post describes working with Tailscale (Tailscale Aperture) to turn AI policies into enforced controls for coding agents that inherit broad developer permissions.

source β†—

Jan 2026
Legacy open source Oso library deprecated

The osohq/oso GitHub repository is marked deprecated; Oso states it has plans for a next open source release and will continue support and critical bug fixes rather than end-of-lifing the library.

source β†—

Jan 2022
Oso announces $15M Series A-1 led by Felicis

Oso announced a $15M round labeled Series A-1, led by Felicis with participation from Sequoia and Harpoon Ventures plus angel investors, alongside new product capabilities and continued investment in Oso Cloud and open source Oso.

$15M source β†—

Jan 2022
Francesca Krihely joins as Head of Marketing

Announced alongside the $15M round; Krihely joined Oso as Head of Marketing from Snyk, previously MongoDB.

source β†—

Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.

In the news

β–ΈResearch sources Β· 8

primary sources listed
  • Osoosohq.com Β· web

8 public sources were cited for this profile; the first-party ones are listed here.

Frequently asked questions

What does Oso do?
Oso builds authorization software: a policy engine for application permissions and a platform to discover, monitor and control AI agents.
Who are Oso's investors?
Oso's investors include Felicis Ventures, Entrada Ventures, J-Ventures, SV Angel.
Where is Oso headquartered?
Oso is headquartered in New York, US.