Skip to main content
Manage conversation routes.

tai conversations create

Create or replace a conversation route. An UPSERT — a name that already exists is REPLACED, rebinding its execution_key along with everything else (created is false for a replace). A door=api route’s callback_secret is minted server-side and shown ONCE in the result; it signs the delivery callback and is never re-readable. There is no check that you can run the agent — the execution key’s live grants bound the turn. Example: tai conversations create support-line --door channel --agent triage \ --execution-key svc --channel twilio --identity +15550001111

tai conversations delete

Delete a conversation route by name. Example: tai conversations delete support-line

tai conversations failed

List answer records whose delivery ended failed (admin only). Example: tai conversations failed

tai conversations get

Show one conversation route by name (its callback_secret is withheld). Example: tai conversations get support-line

tai conversations get-message

Read one conversation answer record (caller-scoped: your own records, or any as admin; channel records are admin-only). Example: tai conversations get-message support-line 4f1c...

tai conversations list

List conversation routes (each row’s callback_secret is withheld). Example: tai conversations list