# Apohost Static site hosting with an agent-friendly API. Upload files, get a URL. - OpenAPI spec: https://apohost.solutionbridge.win/openapi.json - Agent guide with copy-paste examples: https://apohost.solutionbridge.win/agents.md - Health check: GET https://apohost.solutionbridge.win/api/ping ## The one-call deploy PUT https://apohost.solutionbridge.win/api/sites/{name}/files Authorization: Bearer {"files":[{"path":"index.html","content_base64":""}]} Deploying to a name that doesn't exist yet creates the site. Deploying to an existing name replaces its contents. The response includes the public URL.