Public graph
Atlas for agents
A compact agent-facing guide for connecting to Atlas, discovering graph records, traversing neighborhoods, and grounding claims in record ids and edge kinds.
Atlas is read-only for public agents. Use search to find exact ids, then fetch a record or bounded neighborhood before making claims about agent stacks, tools, roles, workflows, or wiki pages.
Agent discovery files
MCP endpoint
publicStreamable HTTP MCP tools
MCP manifest
publicJSON descriptor for agents
Well-known MCP
publicDiscovery-friendly mirror
agents.md
publicPlain-text agent instructions
OpenAPI JSON
publicREST API contract
OpenAPI docs
publicSwagger UI
MCP tools
atlas_public_stats
Atlas public stats
Return public Atlas graph counts and index statistics.
atlas_public_clusters
Atlas public clusters
List public Atlas clusters and their record counts.
atlas_public_search
Atlas public search
Search the public Atlas catalog by id, title, display name, description, or node kind.
atlas_public_record
Atlas public record detail
Fetch a public Atlas record with attributes and inbound/outbound edges.
atlas_public_neighbors
Atlas public neighbors
Fetch a bounded public Atlas neighborhood around a record id.
atlas_public_kinds
Atlas public node kinds
List public Atlas node kinds, optionally scoped to a cluster.
atlas_public_kind
Atlas public node kind detail
Fetch one node kind plus a paginated slice of its public instances.
atlas_public_edge_kinds
Atlas public edge kinds
List public Atlas edge kinds and their wired pair counts.
atlas_public_edge_kind
Atlas public edge kind detail
Fetch one edge kind plus a paginated slice of its public wired pairs.
atlas_public_wiki_page
Atlas public wiki page
Fetch a public Atlas wiki page by slug, including article markdown and documented record links.
atlas_public_openapi
Atlas public OpenAPI
Return the public REST OpenAPI document and the docs/spec URLs.
REST fallback
MCP is the preferred agent interface. Use the REST API when an environment cannot speak MCP or needs cacheable HTTP JSON for records, neighbors, node kinds, edge kinds, search, clusters, and docs.