
Foxglove builds the data and observability platform for robotics - the tools that let engineers record, search, and actually see what their machines are doing.
Here is a thing that is true about robots, and that nobody selling you a robot really wants to dwell on: robots fail constantly, and when they fail, they don't tell you why. A self-driving car swerves. A warehouse arm drops a box. A drone loses its footing on a gust. Somewhere inside the machine there is a perfectly complete record of exactly what happened - camera feeds, lidar point clouds, GPS traces, the readings from a dozen sensors, all time-stamped to the millisecond. The record exists. The problem is that the record is enormous, it is in a weird format, and no human being can watch it in real time. This is the problem Foxglove sells a solution to.
Foxglove is a San Francisco company, founded in 2021, that builds what it calls a data and observability platform for robotics. In plain terms: it is the software you use to record everything your robot did, ship that recording off the robot and into the cloud, search across mountains of it, and then play it back frame by frame in 3D so you can figure out what went wrong. If that sounds unglamorous, that is sort of the point. The glamorous part of robotics - the foundation models, the dexterous hands, the videos of humanoids doing backflips - gets all the attention. The unglamorous part is data engineering, and it turns out the unglamorous part is where most of the actual work lives.
The two people who started Foxglove, Adrian MacNeil and Roman Shtylman, did not arrive at this problem theoretically. They worked together at Cruise, the autonomous-vehicle company, where they built more or less exactly this kind of internal tooling for a fleet of self-driving cars. MacNeil had also been the first director of engineering at Coinbase, which is a useful thing to have on your resume when you want to convince investors you can build infrastructure that does not fall over. So the Foxglove origin story is not "we had a brilliant idea." It is closer to "we had already suffered through this problem inside one company, we watched every other robotics company suffer through the identical problem, and we decided nobody should have to build it a fourth or fifth or fiftieth time."
"We used to reinvent everything. Infrastructure requires lots of money and time. When you don't need that, it dramatically shortcuts getting products to market."
That last observation is the whole business. Every robotics team, left to its own devices, ends up rebuilding the same plumbing: a way to log sensor data, a way to move it, a way to look at it. It is expensive, it is slow, and it is not the thing that makes your robot special. Foxglove's pitch is that you should stop doing that and rent the plumbing instead.
The most interesting thing Foxglove has done is not its paid product. It is a file format called MCAP, which the company built and then released as open source. MCAP is a container for the kind of messy, mixed data a robot produces - video and point clouds and JSON and Protobuf messages, all in one file, each with its schema embedded so the file is still readable years later. It has reader and writer libraries in six languages, which means teams can plug it into whatever stack they already run without adopting anyone's worldview.
Then the interesting thing happened: MCAP became the default bag recording format in ROS 2, the dominant open-source robotics framework, starting with its Iron release. When you run ros2 bag record today, you are, by default, writing a file format that Foxglove created. There is an old lesson in developer tools here, and Foxglove executed it cleanly - the fastest way to own the standard is to give it away, and then sell the platform that reads it best.
"Robots are eating the world that software could not."
In November 2025, Foxglove raised a $40 million Series B led by Bessemer Venture Partners, with its existing backers Eclipse and Amplify Partners along for the ride. That brings the total raised past $62 million since the seed round in 2021. The framing everyone uses for this is "Physical AI" - the idea that foundation models, cheap sensors, and edge compute have converged to the point where machines can finally sense, think, and act in the real world. It is a real trend and also a convenient one for Foxglove, because every new robot in the world is a new machine producing data that somebody has to store, search, and visualize.
The customer list does the arguing here. NVIDIA, Amazon, Anduril, Wayve, Waabi, Saronic, Dexterity, Bedrock Robotics, The Bot Company - these are companies with almost nothing in common except that each of them builds machines that generate more data than any human can watch. Wayve, the autonomous-driving company, says Foxglove cut its troubleshooting from days to minutes. That is not a story about a smarter algorithm. It is a story about being able to see data you already had.
Whether Foxglove becomes the durable infrastructure layer for robotics or just an early winner in a crowded field is genuinely unsettled - it competes with ROS's built-in tools, with newer entrants like Rerun and Sift, and with the eternal temptation of every engineering team to just build it themselves. But the bet underneath the company is simple and hard to argue with: if robots are going to be everywhere, then the boring work of remembering what they did is going to be a very large business.
One data lifecycle for Physical AI - from the first prototype on a bench to a global fleet in production.
Log time-synchronized, bandwidth-constrained data - 3D, video, audio, GNSS, and proprioceptive sensors - directly on the robot, and capture demonstrations as they happen.
Sync recordings from the device to cloud or on-premises storage with retention policies, webhooks, and event logging built in.
Index and search across petabyte-scale multimodal datasets to find the exact moment a robot did the thing you care about.
Evaluate performance with frame-by-frame 3D visualization and 20+ out-of-the-box panels in customizable layouts.
Store heterogeneous, timestamped data with embedded schemas and LZ4 / Zstandard compression - the default ROS 2 bag format.
Natively supports MCAP, ROS 1, ROS 2, and custom formats like Protobuf, JSON, or FlatBuffers over an encoding-agnostic WebSocket.
Three rounds, one through-line: robotics stopped being a demo and started being a fleet - and fleets need infrastructure.
From early-stage startups to industry leaders - spanning autonomous vehicles, drones, marine and underwater craft, quadrupeds, robotic arms, defense, and manufacturing.
"Foxglove helped supercharge our processes, reducing troubleshooting from days to minutes."
Previously led infrastructure at Cruise and was the first director of engineering at Coinbase. Announced the Series B in November 2025.
A Cruise and Coinbase veteran who built autonomous-vehicle data tooling alongside MacNeil before starting Foxglove.
MacNeil and Shtylman start the company and raise $3.7M in seed funding.
The MCAP format goes open source; Eclipse leads a Series A to build robotics developer infrastructure.
Adopted as the default bag recording format in ROS 2; Foxglove earns SOC 2 certification and RBR50 recognition.
Bessemer leads a round to expand across the full robotics data lifecycle, from prototype to global fleet.
Product walkthroughs, conference talks, and the docs that show how it all fits together.
Foxglove provides a data and observability platform for robotics that lets teams record, store, search, and visualize the multimodal sensor data their robots generate - like 3D point clouds, video, and GNSS - to debug and improve autonomous systems.
It was founded in 2021 by Adrian MacNeil (CEO) and Roman Shtylman (CTO), who previously built similar internal tooling together at the autonomous-vehicle company Cruise.
MCAP is Foxglove's open-source container file format for storing heterogeneous, timestamped robotics data. It became the default bag recording format in ROS 2 starting with the Iron release and has libraries in six languages.
More than $62M in total, including a $3.7M seed (2021), a $15M Series A (2022), and a $40M Series B led by Bessemer Venture Partners in November 2025.
Tens of thousands of robotics developers, from startups to industry leaders such as NVIDIA, Amazon, Anduril, Wayve, and Waabi, across autonomous vehicles, drones, defense, manufacturing, and more.