Settings

Configure integrations, manage your team, and customize your workspace.

Overview

Settings is where you configure Kleos to fit your organization. Manage integrations, team members, billing, and workspace preferences.

Integrations

Connect third-party services and configure OAuth connections for Meta, LinkedIn, Google Ads, and more. Manage API access and integration settings.

Team Management

Invite team members, assign roles, and manage permissions. Control who can create, edit, approve, and publish campaign assets.

Organization Settings

Configure organization-level settings including domain management, campaign naming conventions, and workspace preferences.

Billing & Usage

View your subscription details, track API usage, and manage billing information. Upgrade or adjust your plan as your team grows.

Personal Access Tokens

Personal access tokens let you authenticate to the Kleos API and MCP server as yourself, without going through the browser login flow. Use them to connect AI agents (Claude Desktop, Claude Code, Cursor), wire Kleos into custom scripts, or integrate with automation tools. Tokens inherit your own permissions, so they can only do what you can — and they're scoped to the organization that was active when you created them.

Generating a Token

To generate a personal access token, open Kleos and go to Settings → Account, then scroll to the Personal Access Tokens section. Click "Create token", give it a descriptive name (e.g. "Claude Desktop" or "Local automation script"), and copy the token immediately — for security, the full token is only shown once at creation time. If you lose it, revoke the old one and generate a new token.

Using and Revoking Tokens

Pass the token as a bearer credential in the Authorization header on every request. Treat tokens like passwords: never commit them to source control, store them in your client's secret storage or a secrets manager, and rotate them periodically. You can see all of your active tokens, their names, and when they were last used in the Personal Access Tokens section. Revoke any token immediately if it's exposed, no longer needed, or belonged to a device you no longer use — revocation takes effect instantly.

Authorization header
Authorization: Bearer <your-personal-access-token>

Private Beta


We're onboarding select agencies to our private beta. Request access or book a demo to see Kleos in action.