{% extends "billing/base_billing.html" %} {% block title %}Welcome to Future AGI{% endblock %} {% block preheader %}Your Future AGI account is ready. Sign in with your temporary credentials.{% endblock %} {% block txid %}◦ WELCOME / INBOUND{% endblock %} {% block content %} Account Online

Welcome aboard, {{ first_name }}.

Your workspace is live. Trace, evaluate, and optimize every agent — detect what broke, learn why, and feed the fix back so every version ships smarter.

Temporary Credentials

{{ generated_password }}

Rotate this from account settings after you sign in.

{% include "billing/_button.html" with url=app_url|add:"/dashboard" text="Launch dashboard →" variant="primary" %}

  · FLIGHT PLAN
01 Send your first trace with our SDK — quickstart
02 Wire an eval to catch hallucinations before they reach users
03 Set a monitor so broken versions never ship

— The Future AGI Team

{% endblock %}