Discovery
Start with the root contract, then use the short LLM map and discovery map when deeper context is needed.
/agents/root.json /llms.txt /agents/index.json /agents/discovery.json /agents/llms-full.txt
Super-Calendar
Agent accessSuper-Calendar exposes public contracts for agents without asking them to guess routes, scrape private surfaces, or infer behavior from UI-only pages.
Start with the root contract, then use the short LLM map and discovery map when deeper context is needed.
/agents/root.json /llms.txt /agents/index.json /agents/discovery.json /agents/llms-full.txtRead the contract before choosing an API, I/O node, or workflow.
/agents/contract.mdUse capabilities, surface decisions, and static examples for domain and format planning.
/agents/capabilities.json /agents/capabilities.schema.json /agents/surfaces.json /agents/api-examples.jsonUse OpenAPI for HTTP, I/O for node addressing, and i18n manifest for language availability.
/api/docs/json /io/ioapi.json /common/i18n/manifest.jsonUse canonical examples to understand normalized response shape before interpreting live data.
/agents/golden/weather.json /agents/golden/exchange.jsonUse workflow and gateway schemas before calling deterministic agent surfaces.
/agents/workflows.json /agents/workflows.schema.json /agents/gateway.schema.json /agents/version.jsonUse the landing index to understand what the public page intends to advertise.
/agents/landing.index.json /agents/landing.schema.json /importing/A crawler-readable table of the stable files, schemas, and public contracts exposed by Super-Calendar.
Canonical root-of-trust. Start here before choosing routes, contracts, surfaces, or examples.
/agents/root.jsonShort discovery map for LLMs and agents.
/llms.txtExpanded instruction set for model and agent readers.
/agents/llms-full.txtDomain map that tells agents where public contracts, human pages, and machine files live.
/agents/discovery.jsonBehavior contract for public agent access.
/agents/contract.mdCapability map for domains, formats, and surfaces.
/agents/capabilities.jsonHuman-readable mirror generated from the canonical capability map.
/agents/capabilities.mdJSON Schema for capabilities.
/agents/capabilities.schema.jsonDeterministic surface selection rules for json, xml, text, ics, io, and related outputs.
/agents/surfaces.jsonGenerated static example=true URLs for endpoint, format, and language snapshots.
/agents/api-examples.jsonCanonical weather example for comparing normalized data, formats, and crawler expectations.
/agents/golden/weather.jsonCanonical exchange-rate example for comparing normalized data, formats, and crawler expectations.
/agents/golden/exchange.jsonJSON Schema for deterministic gateway requests.
/agents/gateway.schema.jsonWorkflow descriptions for agent-safe operations.
/agents/workflows.jsonHuman-readable mirror generated from the canonical workflow descriptions.
/agents/workflows.mdJSON Schema for workflow metadata.
/agents/workflows.schema.jsonVersion metadata for the agent contract set.
/agents/version.jsonStructured interpretation of the public landing page.
/agents/landing.index.jsonHuman-readable mirror generated from the canonical landing index.
/agents/landing.index.mdJSON Schema for the landing index.
/agents/landing.schema.jsonAuthoritative HTTP API contract.
/api/docs/jsonHuman-readable API concepts, onboarding, and format guides.
/api/docs/guidesLow-level I/O node addressing contract.
/io/ioapi.jsonLanguage availability and text direction manifest.
/common/i18n/manifest.jsonPublic resource declared in the agent index.
/api/super-nodePublic resource declared in the agent index.
/api/super-node/scn_7c7db0f8b8b84f3ca57e25f9/calendar.icsHuman guide for importing WebCal feeds.
/importing/Do not infer private routes.
Prefer OpenAPI for API contracts and I/O docs for low-level node reads.
Treat calendar links as access credentials when they contain private data.
Respect language and locale explicitly provided by the user.