Skip to content
Logo

ATTIM Docs

ATTIM is agent-native publishing for AI-made static artifacts. It turns generated demos, reports, tools, microsites, decks, and static builds into live URLs at https://<slug>.attim.link/.

What you can do

  • Publish a folder, ./dist, or single index.html with the ATTIM CLI.
  • Fork anonymous live sites into an account, or clone them into new anonymous sites.
  • Claim anonymous sites and manage owned sites from the dashboard or API.
  • Protect hosted artifacts with passwords.
  • Configure public variables that are replaced at serve time.
  • Add x402 paywalls to claimed sites.

Start here

npx attim publish ./dist

The CLI validates the local artifact, uploads files to ATTIM, finalizes the version, and prints the live URL.

Documentation sections

  • CLI — install, publish, update, auth, diagnostics, and global options.
  • Password protection — require a password before visitors can view a site.
  • Public variables — customize claimed sites without rebuilding uploaded files.
  • x402 paywalls — charge visitors for time-limited access to claimed sites.

Runtime shape

ATTIM runs a Fastify backend, a Vite React frontend, Postgres, Cloudflare R2, nginx, and hosted slug routing under *.attim.link.