Skip to main content

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

  1. Sign up at app.signalpilot.ai. The Free plan needs no card.
  2. Add a connection under Connections (Snowflake, BigQuery, Postgres, and more).
  3. 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:

  1. Add the warehouse under Connections.
  2. Open Evals → Configure, set the eval repo (a https://github.com/… URL), and pin the connection.
  3. 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

FeatureSelf-hostCloud
Plan-enforced quotasNoneYes, see below
SSO (Clerk)NoYes
Multi-tenant isolationManualAutomatic
Managed history and dashboardsNoYes
Sandboxed eval runsBring your own DockerManaged
Encrypted credential storageSelf-managed PostgresManaged
SLA and enterprise supportCommunityAvailable

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.

LimitFreeProTeamEnterprise
Connections210100100
Org members1315100
API keys110100100
Governed queries / day2005,00025,000100,000
Audit retention (days)790365365
Knowledge storage50 MB250 MB1 GB5 GB
Knowledge history versions552550
Full PII redactionNoYesYesYes
Budget controlsNoYesYesYes
Projects and notebooksNoYesYesYes
Audit exportNoNoYesYes
BYOK encryptionNoNoYesYes
SSO (SAML/OIDC)NoNoYesYes

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.