{% extends "email/base.html" %} {% block content %}
Hello,
A new API project has been created for your Ask Eve AI tenant. Here are the details:
Tenant ID: {{ tenant_id }}
Tenant Name: {{ tenant_name }}
Project Name: {{ project_name }}
API Key: {{ api_key }}
Enabled Services:
You can start using this API key right away to interact with our services. For documentation and usage examples, please visit our documentation.
{% endblock %}