{% extends 'base.html' %} {% block title %}Features — AgentForms{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
Features
Intake forms capture data. Branded documents deliver value. Automation handles the rest.
Form submissions automatically become professional quotes, proposals, invoices, and reports. Branded PDFs your clients actually want to read.
TEMPLATE
{{ name }}
{{ service }}
{{ total }}
{{ address }}, {{ city }}
→ renders as branded PDF
| Tier | Docs / mo |
|---|---|
| Free | 0 |
| Starter | 10 |
| Pro | 100 |
| Teams | 500 |
| Teams+ | unlimited |
Automate what happens after a form is filled. Chain actions together — send a confirmation email, generate a quote PDF, forward data to a webhook.
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 |
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.
POST /api/v2/forms
{
"title": "Intake",
"chain_id": "ch_xyz"
}
→ {"form_url": "https://af.io/f/abc"}