Upload HTML reports, dashboards, and documentation. Served globally via CloudFront CDN with zero idle cost.
Everything you need for hosting static content, nothing you don't.
Upload files via REST API or MCP tools. Content is live in seconds, cached at edge locations worldwide.
JWT authentication via Cognito with Google SSO. Only authorized users can manage content.
Serverless architecture means you pay only for what you use. No NAT Gateways, no running servers.
CloudFront delivers your content from 400+ edge locations. Sub-50ms latency for most users.
Built-in MCP server lets AI assistants manage your sites directly. 8 tools for full content lifecycle.
Full API documentation with OpenAPI 3.0 specification. Auto-generated, always in sync.
Get your first page live in under a minute.
# Create HTML content
curl -X POST https://api.vantaa.dotaws.dgstage.se/content \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{
"key": "hello/index.html",
"htmlContent": "<h1>Hello World</h1>"
}'
# In any MCP-compatible AI assistant:
"Upload a page called hello/index.html
with an H1 that says Hello World"
# The AI uses the create_content tool
# and your page is live instantly.
Built for scale, optimized for simplicity.