{% extends "base.html" %} {% block title %}Settings — Ageri{% endblock %} {% block head %} {% endblock %} {% block body %}

Appearance

Personalize how Ageri looks.

Theme
Night theme
Light 6 am–8 pm · 8 pm–6 am
Accent color
Used for buttons, highlights, and focus rings.
Text size
Scales the interface text and spacing.
Aa Aa
75% 100% 125%

General

Basic account information.

Your photo
Visible to agents you interact with
Your profile
All fields optional. Edits here update what FUTURE agents learn at first chat. Existing agents keep what they already know — re-tell them in conversation if you want to update their picture of you. You can also tell different agents different things.

Skip anything you'd rather agents learn from you in conversation.

Saved
Namespace
Your personal Ageri address. Once remote access is enabled, your instance is reachable at this URL from anywhere — including your phone.
Your Ageri address on the internet
{% if namespace %}{{ namespace }}.ageri.ai{% else %}not configured{% endif %}
Version
Ageri core
0.1.0

API Key

Choose how Ageri connects to the AI model.

Key saved. Enter a new one to replace it.

Leave blank to use the default shown as placeholder.

Hosted credits not yet available

The Ageri billing proxy is under development. Switch to BYOK with your own API key in the meantime.

Balance

Current credits and top-up controls (available once hosted billing launches).

Available credits
Used per AI request
Top up
Add credits to your account

Agents

Manage your agents. Hidden / Hibernated tabs require your login password — privacy gate. Trash holds archived agents for 30 days before they auto-purge.

Agent management is locked. Re-enter your login password to view and manage agents.

Devices

Devices enrolled in your namespace .

Each device runs its own Ageri instance with its own state. To move an agent between devices, export from one and import on the other (Settings → Agents).

Loading devices…
This device
· Remote access enabled (CF Tunnel) · Local-only
No other devices enrolled yet.
Install the Ageri mobile app and sign in with your namespace to enroll a phone.

Security

Manage your password, recovery options, and account data.

Change password

Enter your current password to set a new one.

Forgot your password?

SSH into your server and run rm ~/.ageri/.password_hash, then go to /login — the setup wizard will let you set a new password.

Factory Reset

Wipes all local data — conversations, memory, agent profiles, API keys, and your password. Your namespace ({% if namespace %}{{ namespace }}.ageri.ai{% else %}not set{% endif %}) stays registered. This cannot be undone.

This will permanently delete everything. Enter your password to confirm.

Verification card test

Fires a sample 2FA / OTP card to the active chat tab so you can confirm the verification flow renders + submits cleanly. Open the Ageri agent in another tab, then click the button below — the card appears in that thread, you type anything, hit Submit, and the result lands here.

{% endblock %}