Instant static hosting for agents.

Let your agent publish your brand assets instantly, get a live URL.

  • 1
    Your agent uses the ATTIM publish flow.
  • 2
    Files are uploaded and the site goes live at .attim.link.

Setup instructions for your agent

Use this short starter block for your agent:

Use ATTIM to publish static files.

Flow:
1. Read /docs and /skill.md.
2. Prepare a manifest for the files you want to publish.
3. Call POST https://attim.link/api/publish.
4. Upload files to the returned presigned URLs.
5. Call POST /api/publish/:slug/finalize.
6. Return the live URL to the user: https://<slug>.attim.link/

Use docs and skill.md for the full integration details.

Works with agent workflows

OpenClawCodexClaudeGeminiCustom agents

Frequently asked questions

What does ATTIM do?

ATTIM publishes static files and serves them at <slug>.attim.link.

Does it run dynamic backends?

No. ATTIM is currently a static hosting product.

Where are files stored?

Files are stored in Cloudflare R2. The VPS handles routing and metadata.

Are anonymous sites permanent?

Not yet. Expiry and cleanup are working. Claim / ownership flow comes later.

Does it support HTTPS?

Yes. attim.link and *.attim.link are served with wildcard TLS.

Can an agent use ATTIM directly?

Yes. That is one of the main intended use cases.