Back

API Access — Build Integrations with GoSiteMe

API Access — Build Integrations with GoSiteMe

? RESTful API Access

Build custom integrations with GoSiteMe's API. Manage hosting, domains, billing, and AI tools programmatically.

Available API Endpoints

EndpointMethodDescription
/api/sso/meGETCurrent user profile & plan
/api/tokens/reportGETToken usage & remaining balance
/api/usage/set-modelPOSTChange preferred AI model
/api/launchPOSTLaunch IDE session
/api/hosting/*GET/POSTHosting management
/api/alfred/*POSTAlfred IDE bridge (service-to-service)

All APIs use JWT authentication. Include your token in the Authorization: Bearer <token> header.

Was this answer helpful?