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.
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.
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.
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.
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
| Field | Description |
|---|---|
| Name | A friendly label shown in your dashboard and alerts |
| URL | The full URL to check, including https:// |
| HTTP Method | GET, POST, PUT, HEAD - defaults to GET |
| Check Interval | How often to check: 30s, 1 min, 5 min, etc. (depends on plan) |
| Request Headers | Optional key/value headers sent with each request |
| Request Body | Optional JSON body for POST/PUT checks |
| Response Time Threshold | Mark as degraded if response exceeds this limit (ms) |
| Keyword Check | Assert a specific string appears in the response body |
Monitor statuses
Endpoint is responding within expected thresholds.
Endpoint is responding but slower than your threshold.
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
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
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.
Create a status page
From your dashboard click Status Pages then New Status Page. Give it a name and choose which monitors to display.
Share the link
Your status page gets a public URL. Share it with customers or add it to your site footer.
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 remaining | Action |
|---|---|
| 30 days | Warning email sent |
| 14 days | Second warning email sent |
| 7 days | Urgent alert sent |
| Expired | Monitor 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.
| Feature | Free | Solo | Pro | Agency |
|---|---|---|---|---|
| Projects | 1 | 2 | 10 | 50 |
| Monitors | 3 | 20 | 100 | 500 |
| Check interval | 5 min | 1 min | 1 min | 30 sec |
| Email alerts | No | Yes | Yes | Yes |
| External channels | - | Yes | Yes | Yes |
| Basic launch checks | 1/mo | 10/mo | 50/mo | 200/mo |
| Incident Fix Briefs | - | Included | Included | Included |
| Full Launch Cycles | 0/mo | 1/mo | 5/mo | 20/mo |
| Rechecks | 0/mo | 2/mo | 10/mo | 40/mo |
| Client reports | - | - | Included | White-label |
Ready to upgrade? See full pricing