Settings

Workspace configuration

Workspace

The slug is the URL segment — renaming it breaks bookmarks and saved links to the old address.

AI Agents

Personas for the assistant, and the types, actions and functions each one may use.

Appearance

The colour of the navigation rail. Hover a card to try it on the real rail, click to keep it. Stored on this browser only, and it does not change the page itself.

Sidebar theme

API tokens

Long-lived credentials for the builder MCP, scripts and CI. A token acts as you and works until you revoke it here. Put it in ~/.rhetra/token for the MCP server.

Secrets

Store API keys and credentials. Access them in function actions via secrets.SECRET_NAME.

🔑

No secrets yet

Add credentials below to use them in function actions.

Add or update secret

Secrets are available inside function actions as secrets.SECRET_NAME. Use them for API keys, tokens, or any credential you don't want hardcoded.

Example: await fetch('https://api.twilio.com/...', { headers: { Authorization: 'Basic ' + btoa(secrets.TWILIO_SID + ':' + secrets.TWILIO_TOKEN) } })

Danger zone

Reset workspace

Permanently delete every type, entity, automation, action, and file in this workspace. The workspace itself remains. There is no undo.