
? RESTful API Access
Build custom integrations with GoSiteMe's API. Manage hosting, domains, billing, and AI tools programmatically.
Available API Endpoints
| Endpoint | Method | Description |
|---|---|---|
| /api/sso/me | GET | Current user profile & plan |
| /api/tokens/report | GET | Token usage & remaining balance |
| /api/usage/set-model | POST | Change preferred AI model |
| /api/launch | POST | Launch IDE session |
| /api/hosting/* | GET/POST | Hosting management |
| /api/alfred/* | POST | Alfred IDE bridge (service-to-service) |
All APIs use JWT authentication. Include your token in the Authorization: Bearer <token> header.