Loading environmental conditions…
PlatAtlas unifies every capable machine — Monarch, GUSS, Burro, John Deere, your drone — into one agentic system that plans and runs the work itself: fewer redundant passes, right-timed operations, higher yield, soil you protect. It's a platform; agriculture is the first vertical. And because every action is signed and the system can refuse an unsafe one, you can trust it to run unattended.
James May's Farm is a fictitious estate on real Atlas Peak parcels — a demo, not a customer.
> plan_today({ farm: "James May's Farm" }) DISPATCH Monarch → till May Day · Merlot DISPATCH GUSS → spray Hammerhead · Cabernet DISPATCH Burro → haul May Day → cellar DISPATCH Skydio → scout Atlas Peak · Chardonnay SIGN every actuation · who / what / where / when { "coordinated_ac": 186, "hours_saved_est": 7.5, "passes_avoided": 9, // less soil compaction "routing": "electric · shortest-path", "held": "GUSS spray — re-entry interval" } // the fleet runs as one agent. an unsafe action is held — // and every action is signed, either way.
Letting a fleet act on its own only works if you can trust it. So the agentic system records every action it takes — who, what, where, when, cryptographically signed — and it can refuse an unsafe one in the path and hand you the proof. The autonomy is the product; this signed, refusable record is the foundation that lets you turn it on and walk away.
403 in
the Audit tab. No spray occurred. (The orchard, the spray,
and the re-entry clock are SIMULATED. The refusal and the hash-linking are the
real, demonstrable part.)
Signing and refusal happen at the edge — on the farmer's tablet. The hosted console reads the published record but can never sign or actuate, by design. A refusal you can check beats a dashboard you have to trust.
The same operation, on a satellite map. James May's vineyard blocks are real Napa County assessor parcels on Atlas Peak Road — each carrying its true APN and acreage. The machines, their positions, and every route are author-declared plans, drawn dashed and labelled — never a track that was actually driven.
On a satellite map the plat answers "where is the work, on whose land, and what's planned to touch it?" — real boundaries, planned passes, nothing invented.
Atlas Peak boundaries + APNs (Hammerhead 032-540-037-000, 44.1 ac), pulled from the county FeatureServer. Source: declared.
Five planned routes — GUSS spray on Hammerhead, Monarch till + frost-patrol, Burro haul, Skydio flyover — drawn dashed, labelled ILLUSTRATIVE · PLANNED. Source: illustrative.
No route here was ever driven or flown. A robot with no declared coordinates gets no marker — we don't invent positions.
Parcels, crew, machines, and planned work become nodes, flows, and
boundaries — one queryable map of who owns what and what touches what.
James May's Farm ships as a public example you can walk right now: five
vineyard blocks, the cellar, the crew, and an autonomous fleet, all on
one plat. Installed as the workflow-atlas plugin, the same
graph reads from inside Claude Desktop and Claude Code.
Parcels, people, machines, the cellar — each a node with an owner.
What feeds what: a spray pass, a till, a haul to the yard.
Change one block, see what it touches before anyone acts.
The planned work, drawn against the land.
{
"families": [
{ "id": "billing", "label": "Billing" }
],
"nodes": [
{
"id": "stripe-webhook",
"label": "Stripe webhook",
"kind": "cloud-function",
"family": "billing",
"owners": ["@finance-eng"],
"paths": ["workers/stripe/**"]
}
]
}
Search a curated, on-the-market catalog — Monarch, GUSS, Burro, Skydio,
Carbon Robotics and more — and generate a real-format ROBOT.md
for your robot repo. It's curated market metadata, not an attestation.
The picker leaves the machine's identity blank by design: the
RobotRegistryFoundation will mint the cryptographic identity (the RRN) at
bring-up, and a machine's identity is earned at ingest, never declared by a
manifest. No install, no login.
PlatAtlas ships as a Claude Code plugin and an MCP server. Install the plugin, point Claude Desktop at the MCP, and read your org.
PlatAtlas is installed as the workflow-atlas plugin.
> /plugin marketplace add \ RobotRegistryFoundation/claude-code-plugins > /plugin install \ workflow-atlas@robotregistryfoundation
The brand is PlatAtlas; the package is workflow-atlas.
Drop this into your Claude Desktop MCP config and sign in with GitHub.
{
"platatlas": {
"command": "/path/to/target/release/platatlas",
"args": ["mcp", "--meta",
"~/.platatlas/meta"]
}
}
Build from source with cargo build --release -p platatlas-cli. A pre-built @platatlas/cli npm wrapper is in flight (not yet published). Auth uses the same GitHub App login as the console — read-only scope; the MCP holds no signing key.
From any Claude Desktop chat, query your org by capability.
> list_orgs() > list_atlases({ org_slug: "MyOrg" }) > get_atlas({ atlas_id: "<uuid>" }) > view_atlas({ atlas_id: "<uuid>" })
Five read tools ready immediately: list_orgs, list_atlases, get_atlas, query_traces, view_atlas. Push a signed RCAN trace with an sk_live_ key and the action graph populates from real records. Until that first signed trace lands, every manifest is an unverified market declaration, never an attestation. The word verified belongs to the chain, not to us.
Three rungs you can open right now without signing in — the farm atlas, the field map, and the equipment picker — plus what's coming.
The fictitious Atlas Peak estate as a graph: blocks, crew, cellar, fleet. No install, no login.
?atlas=examples/james-mays-farmReal Atlas Peak parcels + APNs, machine footprints, ILLUSTRATIVE planned routes on a MapLibre map. No install, no login.
James May's Farm · Atlas Peak GISSearch a curated, on-the-market catalog and generate a ROBOT.md manifest for your robot repo. Curated market metadata, not an attestation. No install, no login.
examples/equipmentMeridian Fulfillment, a fictitious distribution center, as a graph: aisles, AMRs, an autonomous forklift — and the same gateway that refuses an unsafe lift. Agriculture is the first vertical, not the only one.
?atlas=examples/meridian-fulfillmentA real RCAN signed action envelope — who, what, where, when, and the gateway's sign-or-refuse. Check the Ed25519 signature in your own browser; tamper with it and watch it fail. Example conformance vectors, not a real action. No install, no login.
examples/anatomyA persisted coordinator delegating to effector sub-agents under a host approval gate. The coordination is surveyed and every actuation is SIMULATED; the live coordinator is not yet wired.
surveyed · unbuiltQuickstart, connecting Claude Desktop, the atlas schema, plugin commands, and concepts. Coming soon.
docs.platatlas.comA public site is a claim a third party can check, so here is the honest ledger. The word "verified" describes nothing on this page — "verified" is earned only when a real signed trace lands, never asserted by us.
ILLUSTRATIVE · PLANNED.SIMULATED, always labelled.If it isn't on the Live list, treat it as a demo or a plan — that's the rule, and we'd rather say so than let a third party catch us. OpenCastor is the open-source "lite" rail; PlatAtlas is the hosted product. When we say something is live, you can check it.
The signed-action accountability rail for agentic and physical-AI work — agents and machines do the work; PlatAtlas makes each action a fact a third party can check, signed and hash-linked, and can refuse the unsafe one. Agriculture first. James May's Farm is a fictitious demo on real Atlas Peak parcels.
Loading environmental conditions…