Documentation

Everything you need to check launch readiness, monitor critical targets, and recover incidents with evidence.

LaunchOps

Project-first launch readiness, reports, Repair Prompts, Launch Watch, and incident recovery docs.

Quick Start

Create your first project and run a launch check in a few minutes.

1

Create your account

Sign up at releasetraq.com with no credit card required. The free plan includes 1 project, 3 monitors, and 1 Basic Launch Check per month.

2

Create a project

From your dashboard, create a project and add the launch targets that matter: website, API health, checkout, webhook, heartbeat, or mobile backend URLs.

3

Run a launch check

Use Basic Launch Check for a quick scan or Full Launch Cycle for a stored report, rechecks, and Repair Prompt workflow.

4

Start coverage

Start Launch Watch or create monitors from the report so critical targets stay watched after launch. Incidents can generate Fix Briefs and recovery checks.

Monitors

A monitor periodically sends an HTTP request to your endpoint and records the result.

Monitor settings

FieldDescription
NameA friendly label shown in your dashboard and alerts
URLThe full URL to check, including https://
HTTP MethodGET, POST, PUT, HEAD - defaults to GET
Check IntervalHow often to check: 30s, 1 min, 5 min, etc. (depends on plan)
Request HeadersOptional key/value headers sent with each request
Request BodyOptional JSON body for POST/PUT checks
Response Time ThresholdMark as degraded if response exceeds this limit (ms)
Keyword CheckAssert a specific string appears in the response body

Monitor statuses

Up

Endpoint is responding within expected thresholds.

Degraded

Endpoint is responding but slower than your threshold.

Down

Endpoint is unreachable or returning an error status code.

When a monitor is detected as Down, a second probe from a different region automatically confirms the failure before any alert is sent, eliminating false positives from transient network issues.

Alerts & Notifications

ReleaseTraq alerts you when a monitor changes state: down, degraded, or recovered.

Alert channels

Email

Sent to your account email automatically on every plan.

Slack

Post alerts to any Slack channel via incoming webhook.

Discord

Post alerts to any Discord channel via webhook.

Webhook

POST a JSON payload to any URL you control.

When alerts are sent

When a monitor goes from Up to Down after a confirmation probe
When a monitor goes from Up to Degraded
When a monitor recovers from Down or Degraded to Up
Never during an active maintenance window

Maintenance windows

Schedule planned downtime so you don't receive alerts during deployments. Go to a monitor's detail panel and click Add Maintenance Window. Alerts are suppressed for the entire window duration.

Status Pages

Share a public status page with your users so they can check service health themselves, reducing support noise during incidents.

1

Create a status page

From your dashboard click Status Pages then New Status Page. Give it a name and choose which monitors to display.

2

Share the link

Your status page gets a public URL. Share it with customers or add it to your site footer.

3

Live updates

The status page updates automatically whenever a monitor's state changes. No manual intervention needed.

SSL Monitoring

ReleaseTraq automatically checks SSL certificate expiry for all HTTPS monitors once per day. You'll receive an alert when a certificate is expiring soon.

Days remainingAction
30 daysWarning email sent
14 daysSecond warning email sent
7 daysUrgent alert sent
ExpiredMonitor marked as Down

SSL checks run at 03:00 UTC daily. The dashboard shows days remaining next to each HTTPS monitor's status indicator.

API Keys

Use API keys to query your monitor data or trigger actions from your own systems.

Creating a key

Go to Dashboard / API Keys and click Generate Key. Give it a description. The key is shown only once, so copy it immediately.

Using the key

# Example: list your monitors

curl https://releasetraq.com/api/v1/monitors \

-H "Authorization: Bearer YOUR_API_KEY"

Keep your API key secret. If it's compromised, delete it from the dashboard and generate a new one immediately.

Plans & Limits

LaunchOps plans include project limits, launch readiness usage, runtime monitoring, and incident recovery features.

FeatureFreeSoloProAgency
Projects121050
Monitors320100500
Check interval5 min1 min1 min30 sec
Email alertsNoYesYesYes
External channels-YesYesYes
Basic launch checks1/mo10/mo50/mo200/mo
Incident Fix Briefs-IncludedIncludedIncluded
Full Launch Cycles0/mo1/mo5/mo20/mo
Rechecks0/mo2/mo10/mo40/mo
Client reports--IncludedWhite-label

Ready to upgrade? See full pricing