Skip to main content
Open settings by clicking your user icon in the sidebar. The settings modal has five tabs.
Open settings from user icon in sidebar

Profile

Manage your personal account information.
Profile settings
FieldDescription
Profile PictureUpload a JPG, PNG, GIF, or WebP image (max 2 MB). Click the camera icon on your avatar to change it.
Display NameYour name shown in documents and to collaborators
Email AddressRead-only. Contact support to change your email.
Bio / RoleBrief description used in document metadata (e.g., author role)
At the bottom of the profile tab:
  • Log Out — end your current session
  • Request Account Deletion — permanently delete your account and all data (sends an email to support)

Appearance

Choose the visual theme for the Autype interface.
Appearance settings

Default themes

ThemeDescription
LightClean & bright — white backgrounds, dark text
DarkEasy on the eyes — dark backgrounds, light text

Custom themes

ThemeDescription
ClassicElegant & warm tones
NeonCyberpunk-inspired vibrant colors
A live preview card at the bottom shows how buttons and text look in the selected theme.
The theme setting applies to the Autype interface only. It does not affect the styling of your exported documents.

Editor

Configure editor-specific behavior and defaults.
Editor settings

Spellcheck

Enable or disable the browser’s built-in spellchecker for the Markdown editor. When enabled, misspelled words are underlined directly in the code editor.
OptionDescription
Enable SpellcheckToggle the browser spellchecker on/off in the Markdown editor

Default preview mode

Choose which preview mode opens by default when you open a document:
ModeDescription
WebHTML preview — fast, instant updates as you type
PDFDocument preview — exact page layout with margins, headers, and footers

Team Members

Manage who has access to your organization.
Team settings
Team management is only available on the Team plan and above. On Free and Pro, only the organization owner has access.

Organization ownership

Currently, each user can only own and manage one organization. This is due to how billing is structured — the organization owner is responsible for the subscription and all credit usage within the organization. However, a user can be a member of multiple organizations and switch between them freely. Management capabilities (billing, member administration) are limited to the organization the user owns. Full multi-organization management is planned for Q2 2026.

Inviting members

  1. Enter the email address of the person you want to invite
  2. Select their role: Admin or Member
  3. Click “Send Invite”
The invited person receives an email with a direct link to join your organization. Once they accept, they can immediately start working within the org. All AI features and credit usage consumed by invited members are billed centrally through the organization owner’s subscription.

Roles

RolePermissions
OwnerFull access, billing, delete organization. Cannot be changed.
AdminManage members, projects, and settings. Cannot manage billing.
MemberCreate and edit documents within assigned projects.

Managing members

Click the menu next to a member to:
  • Change role — promote or demote between Admin and Member
  • Remove — revoke access to the organization

API Keys

Create and manage API keys for programmatic access to Autype.
API Keys settings
API keys are scoped to a specific organization. If you are a member of multiple organizations, you can create separate API keys for each one. Select the desired organization before creating a key.

Creating an API key

  1. Select the organization the key belongs to
  2. Click “Create API Key”
  3. Enter a name for the key (e.g., “Production”, “CI/CD”)
  4. Select the scopes (permissions) the key should have
  5. Optionally set an expiration date
  6. Click “Create”
The full API key is only shown once after creation. Copy it immediately and store it securely. You will not be able to see it again. If you lose the key, you must delete it and create a new one.

Managing API keys

Each key shows:
  • Name and key prefix (first characters for identification)
  • Scopes — which operations the key can perform
  • Created date and last used date
  • Expiration — when the key becomes invalid (if set)
Click “Revoke” to permanently disable a key.
See the Developer API documentation for how to use API keys in your integrations.