{% extends "billing/base_billing.html" %} {% block title %}You're invited to {{ org_name }} on Future AGI{% endblock %} {% block preheader %}{{ invited_by }} invited you to join {{ org_name }} on Future AGI.{% endblock %} {% block txid %}◦ INVITE / INBOUND{% endblock %} {% block content %} New Crew Invite

You're invited to {{ org_name }}

{{ invited_by }} invited you to join {{ org_name }} on Future AGI — the platform for tracing, evaluating, and shipping reliable AI agents.

Activate your account

Click below to set your password and enter the workspace. Link expires in 7 days.

{% include "billing/_button.html" with url=app_url|add:"/auth/jwt/invitation/accept/"|add:uid|add:"/"|add:token text="Accept invite →" variant="primary" %}

  · WHAT YOU GET
01 Real-time agent traces across the {{ org_name }} stack
02 Shared evals, datasets, and prompt history
03 Monitors and alerts so nothing breaks silently

Not expecting this? Ignore the email — no account will be created.

{% endblock %}