Dashboard & Analytics
Monitor activity, track trends, and drill into your data with real-time charts and exportable reports.
Integrations
Connect the third-party services your team already uses and keep data flowing automatically.
Notifications
Build custom alert rules so the right people hear about the right events at the right time.
REST API
Automate every dashboard action programmatically with a well-documented, versioned REST API.
Webhooks
Push real-time event payloads to any URL the moment something changes in your workspace.
Billing & Plans
Manage your subscription, review usage, download invoices, and upgrade or downgrade at any time.
Dashboard & Analytics
The Doohick dashboard gives you a live overview of everything happening inside your workspace. You can filter by time range, resource type, or integration source, and you can pin the charts you care about most to a personal home screen. Every chart is backed by the same data you can query through the API, so the numbers are always consistent regardless of how you access them. Export any report as a CSV or schedule a recurring email digest to keep stakeholders informed without any manual effort.Integrations
Doohick connects to third-party services through a library of pre-built integrations. Once you authorize a service, Doohick handles token refresh, rate-limit retries, and schema mapping automatically. You configure integrations from the Integrations tab of your workspace settings — no code required for standard connections. If a service you need is not in the library yet, use the Doohick REST API to push and pull data programmatically, or contact support to request a new integration.- Removing an integration
Doohick never stores your OAuth tokens in plaintext. All credentials are encrypted at rest with AES-256.
Notifications
Doohick’s notification system lets you define rules that fire whenever specific events occur — a resource changes status, an integration fails, or a usage threshold is crossed. Each rule targets one or more channels: in-app, email, or a connected messaging service such as Slack. Rules are evaluated in real time, so the delay between an event and a notification is typically under five seconds.REST API
Every action available in the Doohick dashboard is also available through the REST API. Authenticate with a Bearer token, send JSON payloads, and receive JSON responses. The API is versioned — the current stable version isv1 — so breaking changes never reach you unexpectedly.
next_cursor field of every list response, which keeps large data sets efficient regardless of size.
Rate limits apply per API key. Check the
X-RateLimit-Remaining response header to monitor how many requests you have left in the current window.Webhooks
Webhooks let you subscribe to workspace events and receive an HTTPPOST to a URL of your choice the moment that event fires. Each webhook payload is signed with an HMAC-SHA256 signature — verify the X-Doohick-Signature header in your server handler before processing the payload.
Billing & Plans
Doohick offers multiple subscription tiers to match the size and needs of your team. You manage everything — plan selection, payment method, invoice history, and usage metrics — from the Billing section of your workspace settings. Upgrades take effect immediately; downgrades apply at the end of the current billing cycle.- Changing your plan
- Downloading an invoice
- Open Settings → Billing.
- Click Change plan and compare the available tiers.
- Select a plan and confirm the proration summary.
- Click Confirm change — your new limits apply instantly.
Only workspace Owners and Admins with billing permission can view or change subscription details.