Skip to content

Plans & Limits

FreeProTeam
Endpoints220Unlimited
Executions / month20010,000100,000
Rate limit (req/min)30120600
AI generations / month5100500
AI pipeline generations / day01050
Execution timeout (max)60s1800s (30 min)3600s (1 hour)
MCP serverYesYes
Alert rules320100
Health check endpoints15Unlimited
Health check min interval5 min1 min30s
Execution logsBasicFull (with output)Full (with output)
Price$0

Every API request to execute an endpoint or pipeline is rate-limited per user based on your plan tier. The limit uses a sliding window tracked in Redis, so it works correctly across multiple API replicas.

When you exceed the rate limit, the API returns 429 Too Many Requests:

{
"error": "Rate limit exceeded",
"limit": 30,
"window": "60s",
"tier": "free",
"retry_after": 60
}

Rate limit headers are included on every response:

  • X-RateLimit-Limit — max requests per window
  • X-RateLimit-Remaining — requests left in current window
  • X-RateLimit-Reset — seconds until the window resets

Execution and AI generation limits are counted per calendar month and reset automatically on the first of each month.

When you exceed your monthly limit, the API returns 429 Too Many Requests:

{
"error": "Monthly execution limit reached",
"limit": 200,
"current": 200,
"tier": "free"
}

Hosted agents run commands in isolated cloud containers. They are Pro and Team only and have separate quotas from self-hosted executions.

FreeProTeam
Hosted executions / month5,00050,000
Timeout120s300s
CPU1 vCPU2 vCPU
Memory512 MB2 GB
Concurrent executions520
Artifact retention7 days90 days
Artifact size / execution100 MB1 GB

See the Hosted Agents guide for setup instructions.

Expose local ports with public HTTPS URLs using wrapd tunnel <port>.

FreeProTeam
Active tunnels1520
Max duration4 hours12 hoursUnlimited

See the Port Tunnels guide for usage instructions.

Team plan includes role-based access control. All resources belong to the team owner; members get scoped access.

ResourceOwnerAdminMember
EndpointsCRUDCRUDExecute
AgentsCRUDCRUDView
SecretsCRUDCRUDNo access
PipelinesCRUDCRUDExecute
API KeysCRUDCRUDOwn keys only
Audit LogsView allView allOwn actions
BillingManageViewNo access

See the Team RBAC guide for details.

  • Free tier: Logs record the endpoint, status, duration, and exit code. Output content is not stored.
  • Pro/Team: Full output is captured and viewable in the dashboard logs detail panel.

Upgrade from Settings in the dashboard. Billing is handled via Stripe. You can manage your subscription, update payment methods, and cancel from the Stripe billing portal.