Skip to content

Agent and Developer Resources

This page is the public resource index for AI agents, crawlers, search systems, and developer tools consuming Gaazeon’s Blog. The site is a static technical blog, not a SaaS control plane, and it does not provide write APIs.

Content Discovery

Agent Entry Points

Read-Only JSON Entry Points

Supported locale values are zh-CN and en. These JSON entry points only read public content and do not require OAuth, API keys, or user sessions.

Error Recovery

If an agent requests an unsupported /api/* path, the site returns a JSON 404 body with canonical discovery resources. Recommended recovery order:

  1. Retry the exact canonical URL documented here.
  2. For article pages, prefer the trailing slash URL from the sitemap.
  3. Fall back to llms-full.txt, index.md, RSS, and sitemap resources.
  4. Do not attempt login, checkout, mutation, webhook registration, or private data access.

Unsupported Workflows

The site does not provide user accounts, OAuth, API keys, paid plans, checkout flows, write APIs, webhooks, subscription callbacks, or private resources. For incremental updates, use RSS, sitemap files, and public JSON indexes.

The MCP Apps widget only renders the public resource index in read-only clients. It does not add login, checkout, write actions, webhook registration, or private content access.