Commit a414e84
authored
docs: surface idempotent-by-name + delete lifecycle on /agent (#8)
/agent.html is the page agents parse before they adopt the service —
the "what am I getting into" contract for a CLAUDE.md reader. Two
things it was silent about:
1. POST /db/new is idempotent by name for authenticated callers
(PR #8 on the API). Previously the page implied each POST was a
fresh provision; a nightly re-run would look like it leaked
resources. Now explicit.
2. Delete lifecycle: paid accounts can DELETE on demand, free
accounts get 24h auto-expiry. No mention of this anywhere on the
marketing pages before; devs had to sign in to discover the
model. Surface it in the intro so it factors into the "is this
right for my workflow" call.
One paragraph added to the intro block. Covers both.1 parent b9b7462 commit a414e84
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
| 236 | + | |
236 | 237 | | |
237 | 238 | | |
238 | 239 | | |
| |||
0 commit comments