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
name- site/entity name.person- primary public person.canonicalUrl- canonical domain URL.contact- email, phone, and contact page.sameAs- public social identity links.expertise- relevant professional expertise areas.
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
- No API keys are required or accepted.
- No write, update, delete, payment, booking, or account endpoints exist.
- Do not send private user information to these endpoints.
- Cache public metadata where reasonable; it changes infrequently.