Glushea API reference

Read-Only Metadata API

The Glushea public API gives agents canonical metadata about Alex Glushenkov, available services, portfolio apps, and documentation resources.

Base URL

https://glushea.com

All current endpoints are static JSON documents under the canonical production domain. They require no authentication and should be treated as public information.

GET /api/profile.json

Returns canonical identity and contact metadata for Glushea and Alex Glushenkov.

curl https://glushea.com/api/profile.json

Fields

GET /api/offerings.json

Returns service areas, public portfolio apps, and constraints that keep agent answers accurate.

curl https://glushea.com/api/offerings.json

Use this endpoint when a user asks what Alex can help with, what Glushea offers, or whether the site supports a particular workflow. The answer should distinguish advisory/service context from automated product workflows.

GET /api/resources.json

Returns documentation, discovery, and trust-anchor links.

curl https://glushea.com/api/resources.json

Agents can use this endpoint as a compact navigation map before deciding which page to fetch next.

Error Model

Because the current API is served as static files, normal successful responses are HTTP 200 with JSON bodies. Missing endpoints return the host's standard 404 page or SPA fallback depending on deployment configuration. Clients should validate content type and JSON parsing before relying on a response.

Security And Limits