Skip to main content

get_excerpt

Tier: raw_readalways prompts the phone.

Flow

  1. Call with thread_ref only → approval_required + match_code + approval_id.
  2. Show match code + verified domain.
  3. Retry with the same thread_ref and approval_id.
Success:
Excerpt is length-capped (~1200 chars). found: false if nothing shareable. Wrong/spent approval_idnot_approved.

create_draft / draft_reply

Tier: compose. Nothing is sent.

create_draft

Limits: to ≤ 10, subject ≤ 200, body ≤ 20000. Success: {"created":true,"draft_id":"d_…"}.

draft_reply

intent ≤ 400. Thread must be in grant. Same {created, draft_id} success.

send_draft

Tier: sendalways prompts the phone.
Same two-step pattern as get_excerpt. Success: {"sent":true,"draft_id":"d_…"}.