Getting to know Upscano

Upscano Documentation

Upscano is a production monitoring platform built for engineering teams. It provides unified uptime, security, and reliability monitoring — so your team knows about issues before your users do.

🔍

Uptime Monitoring

Monitor endpoints with 30-second checks from global locations.

🛡️

Security Scanning

Continuous DAST scanning to detect vulnerabilities in real-time.

📊

Status Pages

Public status pages to keep your users informed during incidents.

Getting Started

Up and running in under 5 minutes.

  1. 1

    Create an account

    Sign up at app.upscano.com/register using your email or Google / GitHub OAuth.

  2. 2

    Create a Team

    Go to the Teams section and create your first team. Invite colleagues via email.

  3. 3

    Add your first Scan

    Navigate to Scans → New Scan. Enter the URL you want to monitor, assign a team, and set your check interval.

  4. 4

    Set up Notifications

    Configure notification channels (email, webhooks) under the Notifications section so you're alerted instantly on incidents.

  5. 5

    Publish a Status Page

    Create a public Status Page linked to your scans so your users can always check service health.

Scans & Monitoring

Scans are the core unit of monitoring in Upscano. Each scan targets a single URL or endpoint.

FieldDescription
NameHuman-readable label for the scan.
URLThe endpoint to monitor (HTTP/HTTPS).
TeamThe team responsible for this scan.
Check IntervalHow frequently Upscano checks the endpoint (depends on your plan).
StatusUP or DOWN, determined by the HTTP response.
Response TimeRound-trip latency in milliseconds.

Teams

Teams group your scans and members together. Every scan belongs to a team.

  • • Create multiple teams to organize scans by product, environment, or squad.
  • • Invite members via email — they will receive an invitation to join your team.
  • • Team members can view and manage scans assigned to that team.
  • • The number of teams and members per team is determined by your subscription plan.

Incidents

When a scan goes DOWN, Upscano automatically creates an incident to track the outage.

Auto-created

Incidents are created automatically when a scan detects a failure.

Timeline

Each incident has a full timeline of status changes and resolution.

Resolution

Incidents are automatically resolved when the scan recovers.

History

Full incident history is retained according to your data retention plan.

Status Pages

Public-facing status pages let your customers check service health without contacting support. Each status page is accessible at a unique URL like app.upscano.com/status/your-slug.

  • • Link one or more scans to a status page.
  • • Customize the name and slug of your status page.
  • • Share the public URL with your users — no login required to view.
  • • Status pages update in real-time as scans change state.

Notifications

Stay informed about incidents and recovery events through multiple channels.

📧

Email

Get instant email alerts when a scan goes down or recovers.

🔗

Webhooks

Send incident events to any HTTP endpoint — Slack, PagerDuty, custom systems.

🔔

In-App

View all notification history directly inside the Upscano dashboard.

Subscription & Plans

Upscano offers three plans to suit teams of all sizes. Start free and scale as you grow.

For full plan details and feature comparisons, visit our Pricing page.

Free

$0 — Free forever

1 user, up to 3 monitors, 5-min checks, basic uptime & DAST, 7-day retention, 1 status page.

Teams (Most Popular)

$35/mo ($29/mo billed annually — save 17%)

Up to 10 users, 50 monitors, 30s checks, full monitoring & DAST, SLA reports, team management, 90-day retention.

Pro

$99/mo billed annually

Up to 100 monitors, 30s checks, advanced DAST, SSO, audit logs, compliance reports, custom SLA, on-prem deployment.

Enterprise

Custom pricing

Unlimited users & monitors, custom check intervals, dedicated CSM, custom contracts, priority 24/7 support.

API Access

API access is available on the Teams, Pro, and Enterprise plans. Use the REST API to integrate Upscano into your CI/CD pipelines and custom tooling.

# Example: Fetch scan statuses curl -X GET https://app.upscano.com/api/scans/status \ -H "Authorization: Bearer YOUR_API_TOKEN"

Full API reference and token generation coming soon. Contact support for early access.