Start here · Cloud plans
SignalPilot Cloud plans
SignalPilot Cloud is the hosted version. There is nothing to install and nothing to run. Sign up, add a connection, and point your AI tool at it.
Get started
- Sign up at app.signalpilot.ai. The Free plan needs no card.
- Add a connection under Connections (Snowflake, BigQuery, Postgres, and more).
- Connect your client. Each one has its own short guide: Claude, ChatGPT, or Claude Code.
Connect your repositories
Open Settings → GitHub and install the SignalPilot GitHub App on the repositories you want the gateway to read: dbt projects and eval sets. The gateway clones them with a short-lived installation token scoped to your organization. Repositories your installation does not cover are refused rather than silently attempted. Public repositories need no setup.
Run evals
Evals grade an agent against questions whose answers you already know, using your real warehouse in a sandbox. On Cloud the harness is already deployed. The feature is enabled per workspace, so ask us to turn it on for yours. After that:
- Add the warehouse under Connections.
- Open Evals → Configure, set the eval repo (a
https://github.com/…URL), and pin the connection. - Choose Run all evals, then read the per-task verdicts, transcripts, and coverage.
Start from the public example set, SignalPilot-Labs/eval-demo-repo, then see the eval quickstart.
What Cloud adds over self-hosting
| Feature | Self-host | Cloud |
|---|---|---|
| Plan-enforced quotas | None | Yes, see below |
| SSO (Clerk) | No | Yes |
| Multi-tenant isolation | Manual | Automatic |
| Managed history and dashboards | No | Yes |
| Sandboxed eval runs | Bring your own Docker | Managed |
| Encrypted credential storage | Self-managed Postgres | Managed |
| SLA and enterprise support | Community | Available |
Plan limits
Cloud enforces per-plan quotas server-side. Going over the daily query cap returns 429 from query_database, and gated features are refused rather than degraded.
| Limit | Free | Pro | Team | Enterprise |
|---|---|---|---|---|
| Connections | 2 | 10 | 100 | 100 |
| Org members | 1 | 3 | 15 | 100 |
| API keys | 1 | 10 | 100 | 100 |
| Governed queries / day | 200 | 5,000 | 25,000 | 100,000 |
| Audit retention (days) | 7 | 90 | 365 | 365 |
| Knowledge storage | 50 MB | 250 MB | 1 GB | 5 GB |
| Knowledge history versions | 5 | 5 | 25 | 50 |
| Full PII redaction | No | Yes | Yes | Yes |
| Budget controls | No | Yes | Yes | Yes |
| Projects and notebooks | No | Yes | Yes | Yes |
| Audit export | No | No | Yes | Yes |
| BYOK encryption | No | No | Yes | Yes |
| SSO (SAML/OIDC) | No | No | Yes | Yes |
Self-hosted deployments enforce none of this.
The plugin on Cloud
The Claude Code plugin works with the Cloud gateway without changes. The skills live in Claude Code, and the tools call the Cloud endpoint with your API key. See Install the plugin.
Prefer to run it yourself?
The gateway is open source. Self-host with Docker Compose covers the local stack, and Run in production covers a multi-tenant deployment.