Features

Communication tools your AI builds on demand

Intake forms capture data. Branded documents deliver value. Automation handles the rest.

tier-gated

Branded Documents

Form submissions automatically become professional quotes, proposals, invoices, and reports. Branded PDFs your clients actually want to read.

  • ✓ PDF & DOCX output
  • ✓ Custom branded templates
  • ✓ Variable insertion from form data
  • ✓ Customer portal access
  • ✓ Email delivery

TEMPLATE



, 
→ renders as branded PDF
                    
Document generation limits by tier
Tier Docs / mo
Free0
Starter10
Pro100
Teams500
Teams+unlimited
tier-gated

Action Chains

Automate what happens after a form is filled. Chain actions together — send a confirmation email, generate a quote PDF, forward data to a webhook.

  • ✓ Sequential action execution
  • ✓ Email notifications
  • ✓ Document generation trigger
  • ✓ Webhook forwarding
  • ✓ Conditional branching

CHAIN: on_submit
① → Send confirmation email
② → Generate quote PDF
③ → POST to webhook
→ runs automatically on submit
                    
Action chain limits by tier
Tier Chains
Free0
Starter1
Pro3
Teams10
Teams+unlimited
api-first

Deploy On Demand

Your AI agent needs a form? Deploy one in milliseconds via API. Define the fields, attach automation, get back a shareable URL. The agent builds the tool — you just share it.

  • ✓ Deploy forms programmatically
  • ✓ Define fields via JSON schema
  • ✓ Attach action chains on deploy
  • ✓ Structured submission JSON
  • ✓ Quota endpoints for billing

POST /api/v2/forms
{
"title": "Intake",
"chain_id": "ch_xyz"
}
→ {"form_url": "https://af.io/f/abc"}