← Back to Creator Docs

Public discovery

SYIE public API discovery docs

These endpoints expose only safe public discovery metadata for SYIE by Sdivynex. They are not a live public account, authentication, signup, login, checkout, or dashboard API. They help agents discover public documentation, status, and content guidance without exposing private dashboard, admin, auth-session, database, payment, or user data APIs.

API catalog

GET /.well-known/api-catalog

Linkset JSON for public service description, docs, and health status.

OpenAPI document

GET /.well-known/openapi.json

Minimal OpenAPI 3.1 document for safe public discovery endpoints only.

Health endpoint

GET /api/health

Public status response with no secrets, environment values, user data, or deployment internals.

llms.txt

GET /llms.txt

Plain-text public site summary for LLM and agent discovery.

Agent skills index

GET /.well-known/agent-skills/index.json

Safe public markdown skills for understanding and navigating public SYIE content.

Agent auth policy

GET /auth.md

Truthful public access policy and agent registration status.

Protected APIs

Auth, protected dashboard, admin, payment, database, and private user APIs are not public account or authentication APIs and are not documented for automated access. Automated third-party agent registration is not currently open.

Privacy boundary

No private user/admin data, private keys, environment values, internal database details, or protected dashboard APIs are exposed through these public discovery documents.