Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,9 @@ Don't want to self-host? Use [api.delega.dev](https://delega.dev):

| Plan | Tasks/month | Price |
|------|------------|-------|
| Free | 1,000 | $0 (2 agents) |
| Pro | 50,000 | $20/mo (25 agents) |
| Scale | 500,000 | $99/mo (unlimited agents) |
| Free | 1,000 | $0 (5 agents, 1 webhook) |
| Pro | 50,000 | $20/mo (25 agents, 50 webhooks) |
| Scale | 500,000 | $99/mo (unlimited agents, 50 webhooks) |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Scale tier webhook limit matches Pro

The Scale tier offers "unlimited agents" as a differentiator over Pro, but both tiers cap webhooks at the same 50 limit. This is likely unintentional — customers paying $99/mo for unlimited agents may reasonably expect a higher (or unlimited) webhook allowance. If the cap is deliberate (e.g., infrastructure cost), it's worth a comment or a separate "unlimited webhooks" callout to avoid confusion.

Suggested change
| Scale | 500,000 | $99/mo (unlimited agents, 50 webhooks) |
| Scale | 500,000 | $99/mo (unlimited agents, unlimited webhooks) |


Same API, same MCP tools. Just point `DELEGA_API_URL` at `https://api.delega.dev`.

Expand Down