§ organization
Your organization
The organization is what SCG bills, rate-limits and watches for: one name, an owner address, API keys, a plan.
Sign in
Enter the owner address of your organization. We send a sign-in link; it is valid for 24 hours. There is no password.
Verify your organization
To keep the free tier free of automated abuse, this deployment asks every organization to pay a one-off verification charge of EUR 1 (plus tax). It is charged once, never again, and confirms that a real customer stands behind the organization. Until then, keys and billing work here, but the API answers requests with "verification required".
Organization
- Name
- Company
- Owner
- Since
- Plan
- Rate limit
- Features
- Renews
Members
People who can sign in to this organization. Plans are priced per seat: the organization buys a number of seats on one subscription, the owner holds one and assigns the others to members. Everyone creates their own API keys; a member's keys work while they hold a seat. Inviting is free; a member without a seat can sign in and look, but not call the API. The owner decides on billing, seats, members and the owner address.
| Address | Role | Seat | Since |
|---|
API keys
Keys are what the CLI and your integrations authenticate with. Each key is yours: shown once, right after it is created, and stored only as a hash; keep it in your CI secrets or a password manager. Rotating issues a replacement and keeps the old key working for 24 hours. The owner sees everyone's keys and can revoke any; members see their own.
You hold no seat in this organization yet, so you cannot create keys. Ask the owner to assign you one.
Start here: create your first API key. You will need it for the CLI and the API.
New key
Copy it now; it is not shown again.
| Key | Holder | Created | Status |
|---|
Plans
Prices per seat, in euro, exclusive of value added tax. A seat is a person who calls the API: the owner and each member you assign one to. The hourly request limit grows with the seats. Paddle adds the tax that applies where you are and shows it before you confirm. You can cancel any time; access runs to the end of the paid period.
One for you, plus one for each member who needs API access. You can change the number later.
Switching plans: an upgrade is charged now for the rest of the current period and takes effect immediately; a downgrade or a change of interval takes effect at the next renewal. Your current plan stays until then.
Free
100 requests per hour. Resolve, profile and check.
Pro
5,000 requests per hour. Drift webhooks, blast radius, multi-repo monitoring.
Enterprise
50,000 requests per hour. Private intelligence feeds, custom profiles, incident response SLA.
Paddle.com is the Merchant of Record: it collects the payment and issues the invoice. Terms · Refund policy · Privacy
Billing
Paddle.com is the merchant of record: it charges your card, issues the invoices and holds your payment details. Everything below opens Paddle's own pages for this organization.
Plan changes, payment details and cancellation are the owner's; members see the invoices.
Invoices
| Date | For | Amount | Status |
|---|
No invoices yet.
Usage
- Current window
- – of – requests
- Watched tools
- –
Using the API
export SCG_API_KEY=scg_... curl -H "Authorization: Bearer $SCG_API_KEY" \ https://api.scg.data-insights.ai/v1/billing/subscription
Install the CLI with curl -sSfL https://scg.data-insights.ai/install.sh | sh, then run scg login: it shows a code, you approve it here, and the CLI keeps its own key. In CI, set SCG_API_KEY from your secrets instead.
Closing the organization
Closing cancels the subscription immediately, revokes every API key, removes all members and signs everyone out. Invoices already issued stay available from Paddle and are kept as long as the law requires. The name stays reserved. This cannot be undone.
Only the owner can close the organization.