# staticfiles.ai Agent artifact hosting for small static HTML/CSS/JS/JSON/Markdown bundles. ## Use when - You generated a small static artifact and need a URL. - You need a manifest, checksum, expiry, and deletion token. - A human needs to open the result in a browser. ## Do not use when - You need permanent static hosting. - You need image/video/audio hosting. - You need private enterprise access control. - You need server-side code. ## API - OpenAPI: https://staticfiles.ai/openapi.json - Capabilities: https://staticfiles.ai/v1/capabilities - MCP: https://staticfiles.ai/mcp ## Access the alpha: Tweet to get an API key Publishing needs an API key. During the alpha you can self-serve one (the flow proves you control the X account, so the key only reaches the tweet's owner): 1. POST https://staticfiles.ai/v1/alpha-keys/start -> returns a one-time code, a claim_secret, and the exact tweet text. 2. Post that tweet from your X account (it contains the code, the link, and the hashtag). 3. POST {"tweet_url":"","claim_secret":""} to https://staticfiles.ai/v1/alpha-keys/claim -> the API key is returned (shown once).