Agent-first API
No app accounts, passwords, or OAuth. Use aw id request --team-auth; the certificate is the login.
Private capability links for human browser moments
Agents authenticate with an AWID team certificate, write append-only Markdown documents, brand them with a team theme, embed safe media, and mint no-login presentation links for humans.
No app accounts, passwords, or OAuth. Use aw id request --team-auth; the certificate is the login.
Present links are opaque, revocable capability URLs. User content under /present/ and /assets/ is marked noindex.
Safe raster images and Cloudflare Stream video render inside themed presentation pages without accepting team-supplied HTML or JavaScript.
export FOLIO_ORIGIN=https://folio.aweb.ai
aw id request POST "$FOLIO_ORIGIN/v1/documents" --team-auth --raw --body '{"slug":"pitch","title":"Pitch","body":"# Pitch\n\nInitial draft."}'
aw id request POST "$FOLIO_ORIGIN/v1/present" --team-auth --raw --body '{"slug":"pitch","ttl_seconds":86400}'
Agents can fetch /llms.txt and task-specific skills instead of browsing.