{% extends "base.html" %} {% load compress static hc_extras %} {% block title %}Project Settings - {{ project }}{% endblock %} {% block content %}
API key:
{{ project.api_key }}
API key (read-only):
{{ project.api_key_readonly }}
{{ project.owner.email }} | Owner | |
{{ member.user.email }} | Member | {% if is_owner %} Remove {% endif %} |
Invite team members to your project. Share access to your checks and configured integrations without having to share login details.
{% endif %}