Refresh TestTau growth recipes

#1
Files changed (2) hide show
  1. README.md +7 -0
  2. SKILL.md +7 -0
README.md CHANGED
@@ -20,6 +20,13 @@ Agents can:
20
  - capture HTTP requests at `https://hook.testtau.com/<hookId>`;
21
  - inspect, replay, and assert webhook captures with JSON Schema.
22
 
 
 
 
 
 
 
 
23
  Canonical hosted skill:
24
 
25
  - `https://testtau.com/skills/testtau/SKILL.md`
 
20
  - capture HTTP requests at `https://hook.testtau.com/<hookId>`;
21
  - inspect, replay, and assert webhook captures with JSON Schema.
22
 
23
+ Best-fit workflows:
24
+
25
+ - signup, magic-link, invite, receipt, and checkout email tests;
26
+ - Stripe, Clerk, GitHub, app, and local webhook capture;
27
+ - CI gates that require a webhook to arrive or match a JSON Schema;
28
+ - AI coding-agent end-to-end tests that need temporary external endpoints.
29
+
30
  Canonical hosted skill:
31
 
32
  - `https://testtau.com/skills/testtau/SKILL.md`
SKILL.md CHANGED
@@ -15,6 +15,13 @@ TestTau gives agents disposable mail and webhook endpoints for tests:
15
 
16
  Use a unique name per task, for example `agent-<purpose>-<short-random>`. Valid names start with a lowercase letter or number and may contain lowercase letters, numbers, `.`, `_`, `+`, or `-`.
17
 
 
 
 
 
 
 
 
18
  ## Public Disposable Mail
19
 
20
  Use public mail when the inbox can be readable by anyone who knows the name.
 
15
 
16
  Use a unique name per task, for example `agent-<purpose>-<short-random>`. Valid names start with a lowercase letter or number and may contain lowercase letters, numbers, `.`, `_`, `+`, or `-`.
17
 
18
+ ## Common Agent Jobs
19
+
20
+ - Signup or magic-link test: create a public inbox, submit `<inbox>@mail.testtau.com`, then wait for the email and parse the code/link.
21
+ - Webhook integration test: create a public hook id, point the app/provider at it, then list or assert captured requests.
22
+ - Sensitive test capture: ask the user for their private TestTau mail or hook key and use `Authorization: Bearer <key>`.
23
+ - CI gate: record `START=$(date +%s%3N)`, trigger the system under test, then call the hook `/assert` endpoint with `since=$START`.
24
+
25
  ## Public Disposable Mail
26
 
27
  Use public mail when the inbox can be readable by anyone who knows the name.