Super-Calendar

Super-Calendar

Agent access
Machine-readable, human-checkable

A clear door for agents, bots, tools, and humans.

Super-Calendar exposes public contracts for agents without asking them to guess routes, scrape private surfaces, or infer behavior from UI-only pages.

Agent files

Stable entry points

Resource index

All public agent resources

A crawler-readable table of the stable files, schemas, and public contracts exposed by Super-Calendar.

Root · stable

Canonical root-of-trust. Start here before choosing routes, contracts, surfaces, or examples.

/agents/root.json

Llms · stable

Short discovery map for LLMs and agents.

/llms.txt

Discovery · stable

Domain map that tells agents where public contracts, human pages, and machine files live.

/agents/discovery.json

Capabilities Markdown · beta

Human-readable mirror generated from the canonical capability map.

/agents/capabilities.md

Surface Decision · beta

Deterministic surface selection rules for json, xml, text, ics, io, and related outputs.

/agents/surfaces.json

Api Examples · beta

Generated static example=true URLs for endpoint, format, and language snapshots.

/agents/api-examples.json

Golden Weather · beta

Canonical weather example for comparing normalized data, formats, and crawler expectations.

/agents/golden/weather.json

Golden Exchange · beta

Canonical exchange-rate example for comparing normalized data, formats, and crawler expectations.

/agents/golden/exchange.json

Workflows Markdown · experimental

Human-readable mirror generated from the canonical workflow descriptions.

/agents/workflows.md

Landing Index Markdown · beta

Human-readable mirror generated from the canonical landing index.

/agents/landing.index.md

Api Guides · stable

Human-readable API concepts, onboarding, and format guides.

/api/docs/guides

Ioapi · stable

Low-level I/O node addressing contract.

/io/ioapi.json

Super Node · experimental

Public resource declared in the agent index.

/api/super-node

Importing · stable

Human guide for importing WebCal feeds.

/importing/

Rules for good agents

  • 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.