Features
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
| Tier | Docs / mo |
|---|---|
| Free | 0 |
| Starter | 10 |
| Pro | 100 |
| Teams | 500 |
| 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
| Tier | Chains |
|---|---|
| Free | 0 |
| Starter | 1 |
| Pro | 3 |
| Teams | 10 |
| 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"}