# Atlas Oracle API Catalog

This catalog helps AI agents and developer tools discover Atlas Oracle's public website, documentation, and integration surfaces.

## Public website

| Surface | URL | Purpose | Authentication |
| --- | --- | --- | --- |
| Home | https://atlasoracle.io/ | Atlas Oracle product overview | None |
| Pricing | https://atlasoracle.io/pricing | Compare push and pull feed plans | None for viewing |
| Public feeds | https://atlasoracle.io/feeds | Browse public oracle feed coverage | None for public list |
| Feed detail | https://atlasoracle.io/feeds/{feedId} | View public feed details where available | None for public feed data |

## Developer documentation

| Surface | URL | Purpose |
| --- | --- | --- |
| Docs home | https://docs.atlasoracle.io/ | Developer documentation hub |
| Architecture | https://docs.atlasoracle.io/developers/atlas-oracle/architecture-and-data-flow | Oracle architecture and data flow |
| Push integration | https://docs.atlasoracle.io/developers/atlas-oracle/integrate-the-push-mode | Push mode integration steps |
| Data quality | https://docs.atlasoracle.io/developers/atlas-oracle/data-quality-assurance | Data quality controls |
| Security | https://docs.atlasoracle.io/developers/atlas-oracle/prevention-and-monitoring | Prevention and monitoring |
| Audits | https://docs.atlasoracle.io/developers/atlas-oracle/contract-audits | Contract audit references |

## Contract API references

| API reference | URL | Description |
| --- | --- | --- |
| Summary | https://docs.atlasoracle.io/developers/api-reference/summary | Overview of contract APIs |
| Single-Feed Contract | https://docs.atlasoracle.io/developers/api-reference/single-feed-contract | Chainlink-compatible single-feed reads |
| Multi-Feed Contract | https://docs.atlasoracle.io/developers/api-reference/multi-feed-contract | Batch reads across multiple price feeds |

## Authenticated application surfaces

The main application includes authenticated dashboard actions such as account management, feed creation, feed editing, billing review, and payment status flows. These are user-specific application routes, not public crawl or autonomous-agent action endpoints.

See https://atlasoracle.io/auth.md for authentication guidance.

## Protocol availability

| Protocol / card | Status |
| --- | --- |
| Sitemap | Available at https://atlasoracle.io/sitemap.xml and https://docs.atlasoracle.io/sitemap.xml |
| robots.txt | Available at https://atlasoracle.io/robots.txt and https://docs.atlasoracle.io/robots.txt |
| llms.txt | Available at https://atlasoracle.io/llms.txt and https://docs.atlasoracle.io/llms.txt |
| OAuth discovery metadata | Not published by this repository |
| OAuth protected resource metadata | Not published by this repository |
| MCP Server Card | Not published by this repository |
| A2A Agent Card | Not published by this repository |
| WebMCP | Not published by this repository |
| Agentic commerce protocols | Not published by this repository |

## Safe usage notes for agents

- Use public pages and documentation for discovery and summarization.
- Do not attempt account, billing, payment, or feed-management actions without explicit user authentication and authorization.
- Do not infer private API contracts from client code. Prefer the public documentation links above.
- Respect robots.txt and page-level `noindex` metadata.
