---
title: "Outpost Pricing - Hookdeck"
description: "Scale efficiently with Outpost. Choose between managed service or self-hosted open-source deployment."
product: outpost
---

# Outpost Pricing

Open-source infrastructure for reliable event delivery.

## Plans

### Self-hosted

**Always free** Open Source

Includes

- Apache 2.0 licensed
- Works on every cloud
- Minimal dependencies
- Highly optimized
- Community support

### Starter

**Pay-as-you-go** $10 per million events

Includes

- First 50k events free
- Uncapped throughput
- Unlimited seats
- 7-day retention
- SoC2 compliance
- Unbranded experience
- OpenTelemetry

### Growth

**Starts at** $499 + $10 per million events

Everything in Starter, plus

- Uptime SLA of 99.99%
- 30-day retention
- Read-only user role
- SSO, SAML and SCIM
- Multi-region (US, EU, Asia)

### Enterprise

**Inquire for plans** Custom

Everything in Growth, plus

- Uptime SLA of 99.999%
- Custom retention period
- Premium support
- Custom security & compliance
- Custom contracts

## Plan comparison (managed)

Self-hosted Outpost is open source and not included in this matrix. Compare managed Starter, Growth, and Enterprise below.

| Feature | Starter ($10/M) | Growth ($499/month + $10/M) | Enterprise (Custom) |
| --- | --- | --- | --- |
| **Usage** |  |  |  |
| Throughput (Outpost runs distinct deployments for each customer with auto-scaling that enables extreme capacity without any imposed throughput limit.) | Uncapped | Uncapped | Uncapped |
| Included monthly events | 50k events included | 50k events included | Custom |
| Additional events | $10/million events | $10/million events | Custom |
| **Features** |  |  |  |
| Seats | Unlimited | Unlimited | Unlimited |
| Event Destinations support | Yes | Yes | Yes |
| Admin UI | Yes | Yes | Yes |
| Custom headers, signatures & user-agent | Yes | Yes | Yes |
| Multi-tenancy | Yes | Yes | Yes |
| Topics | Yes | Yes | Yes |
| Destination filters | Yes | Yes | Yes |
| Manual retries (Via portal or API) | Yes | Yes | Yes |
| Automatic retries (Custom retry strategies and exponential backoff) | Yes | Yes | Yes |
| Tenant user portal (With whitelabelling or custom UI) | Yes | Yes | Yes |
| Alerts | Yes | Yes | Yes |
| Secret rotation | Yes | Yes | Yes |
| OpenTelemetry | Yes | Yes | Yes |
| Logging | Yes | Yes | Yes |
| Metrics | Yes | Yes | Yes |
| Static IP Add-on (Receive requests from Hookdeck from a defined list of IP addresses.) | + $100 | + $100 | + $100 |
| Data retention | 7-days | 30-days | Custom |
| **Service Level** |  |  |  |
| Service Level | Standard | High-availability | High-availability |
| Uptime SLA | — | 99.99% | 99.999% |
| **Support** |  |  |  |
| Slack Channel | Community | Community | Slack Connect |
| Email & Live Chat | Basic | Standard | Premium |
| Support SLA (24/7) | — | — | + Add-on |
| Solution Engineering & Onboarding | — | — | + Add-on |
| Custom contracts | — | — | Yes |
| **Security and Compliance** |  |  |  |
| SoC2 Type 2 | [Request report](https://trust.hookdeck.com) | [Request report](https://trust.hookdeck.com) | [Request report](https://trust.hookdeck.com) |
| GDPR | Yes | Yes | Yes |
| CCPA | Yes | Yes | Yes |
| PIPEDA | Yes | Yes | Yes |
| Read-only users | — | Yes | Yes |
| Single Sign-On inc. SAML, OIDC | — | Yes | Yes |
| Directory Sync inc. SCIM | — | Yes | Yes |
| Data residency | US | US, EU, Asia | US, EU, Asia |

## FAQs

### What is Outpost?

Outpost is open-source webhook delivery infrastructure that lets you send events to your users' preferred destinations including webhooks, SQS, RabbitMQ, Pub/Sub, EventBridge, Kafka, and more.

### What's the difference between Managed and Self-hosted?

Managed Outpost is hosted and operated by Hookdeck with a serverless, usage-based pricing model. Self-hosted Outpost uses the same open-source codebase but you deploy and manage it in your own infrastructure.

### Is Outpost really open source?

Yes. Outpost is licensed under Apache 2.0. There are no proprietary versions or private forks – the same exact codebase is used for both managed and self-hosted deployments.

### How do I get started with self-hosted Outpost?

You can deploy Outpost using Docker or Kubernetes on any cloud provider including AWS, Azure, GCP, Railway, or Fly.io. Check out the [GitHub repository](https://github.com/hookdeck/outpost) and [quickstart guides](https://hookdeck.com/docs/outpost/quickstarts) to get started.

### What event destinations does Outpost support?

Outpost supports delivering events to webhooks (HTTP endpoints), Amazon SQS, RabbitMQ, Google Pub/Sub, AWS EventBridge, Apache Kafka, and the Hookdeck Event Gateway.

### Can I migrate from another webhook provider?

Yes. Outpost is designed to be backward compatible, allowing you to maintain existing signatures, secrets, and retry logic without user-facing changes.

### How is event usage billed?

Usage is prorated in chunks of 10,000 events. At $10 per million events, each 10,000-event chunk costs $0.10, so if you use 10,001 events you are billed for two chunks ($0.20).

### What counts as an "Event" for pricing?

An event is counted when it is delivered to a destination. If a tenant has two destinations and one published event is delivered to both, that counts as two events. Retries are not charged.

### Where do I find Event Gateway pricing?

You can find Event Gateway pricing [here](/pricing).
