{% extends "base.html" %} {% block title %}Settings{% endblock %} {% block content %}
{{ user.email }} · {{ user.role }}{% if user.workspace_id %} in {{ ws.email }}'s workspace{% endif %} · {{ plan.name }} plan
Viewers don't get API keys, because a key would grant write access.
{% else %}Use it as Authorization: Bearer …. {% if not plan.api %}API access requires a paid plan — upgrade.{% endif %} See the API docs.
{{ user.api_key }}
curl -H "Authorization: Bearer {{ user.api_key }}" {{ base_url }}/api/v1/monitors
{% endif %}
{{ server_ip }}; allow-list it in your firewall or WAF.Monitors, channels, status pages and billing belong to the workspace. Manage the team · Weekly report · Billing
{% if user.workspace_id %}{% endif %}