Connect an AI agent

Your workspace can be operated by an AI agent — a coding assistant like Claude Code or Codex — so you can ask, in plain language, to add a customer, draft a page, pull a report, or update records. The connection is built in; you just generate a key and paste one line.

Generate your key

  1. Open My Preferences (your avatar, top-right) → Account Security.
  2. Choose New API Key, name it (e.g. "Claude Code"), and copy it — it's shown only once.

The agent will act with your permissions: it can do what you can do, and nothing you can't. For shared or automated use, ask an administrator to create a dedicated agent user with just the access it needs.

Paste it into your agent

Give your agent your workspace address and the key:

claude mcp add --transport http --scope user everjust \
  https://<workspace>.everjust.app/mcp \
  --header "Authorization: Bearer YOUR_API_KEY"

That's it — the agent connects to your workspace and can start working. A good first message is "call platform_info and tell me what this workspace can do."

What's safe

  • The agent is bounded by your permissions — it can't reach data or settings your account can't.
  • It can't take over the workspace: granting the Administrator role, editing security rules, or touching stored secrets are refused, whatever key is used.
  • Deletes and other irreversible actions require a confirmation, and every action the agent takes is recorded in your workspace's audit trail.
  • Treat the key like a password. If it leaks, delete it in Account Security and generate a new one.

Last reviewed: 2026-07-05

Need a hand with this? company@everjust.co — a human answers.