Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.eluu.ai/llms.txt

Use this file to discover all available pages before exploring further.

Use this page when a term in the docs or app is unfamiliar.

Core concepts

Colleague The primary thing you build in Eluu. A colleague has a name, role, personality, abilities, and a private workspace. It’s the entity that does work for you. In API responses you’ll occasionally see agent — that’s the same thing. Team The tenant boundary. Everything you create — colleagues, integrations, files, views, jobs — belongs to a team. You can be a member of multiple teams. Settings calls your team’s home page Eluu Org. Session One continuous conversation with a colleague. A session has many messages, may produce files and views, and lives in a chat tab. Backed by what the API calls a “task”. Job A colleague task on a schedule. A job runs on an interval, on a cron, or once at a future time. Each run becomes a session. The API calls these “reminders”. View A live dashboard a colleague builds for you. Views are agent-generated — there’s no manual editor. They can be inline (live in the chat) or persistent (saved at /t/{team}/views/...). See Views overview. Hard Drive The file system for your team. Every file your colleagues produce — reports, charts, code, data, images — lands here, organised by colleague. Skill A packaged, repeatable workflow attached to a colleague. Skills can be imported from GitHub URLs or selected from your team library. They’re how you teach a colleague a multi-step procedure once and reuse it. Integration A connection between Eluu and an external tool — Gmail, Slack, Sheets, Salesforce, etc. Each integration exposes a set of operations your colleagues can call. Tools page The directory of available integrations at /t/{team}/tools. Click Connect on any tool to add it to your team.

Visibility and sharing

Personal A colleague, view, or integration only you can use. Eluu stores it with visibility = PRIVATE. Shared Visible and usable by your whole team. Eluu stores it as visibility = TEAM. Mine / Shared (filter tabs) The two-tab filter on the Colleagues page. There is no “All” tab — Mine shows your personal colleagues, Shared shows the team’s.

Roles and permissions

Owner Full control over the team. Can transfer ownership, delete the team, manage billing, manage members, and edit team settings. Each team has exactly one owner. Admin Can manage members, invite people, manage billing, and manage colleagues. Cannot edit team settings or delete the team. Member The default role. Can use colleagues, send messages, and connect integrations to colleagues, but cannot create or edit colleagues, invite teammates, or manage billing. See People and roles for the full matrix.

Chat

Composer The input area at the bottom of every chat. Houses the textarea, attach button, model picker, thinking-level selector, and send button. Slash command A typed shortcut that runs a colleague playbook. Two come built-in (/research and /create-plan); the rest come from each colleague’s commands config. Tab Each chat session opens in its own tab in the top strip. You can have many tabs open across different colleagues. Thinking level How much reasoning Claude does before each response. Six levels: Off, Low, Medium, High, X-High, Max. Higher levels are slower and more expensive but produce better answers on hard problems. Pause / resume Stop a colleague mid-task and pick up later. Pauseable when the colleague is busy; resumeable when paused, idle, stalled, or failed. See Pause and resume.

Tool permissions

Auto / Review / Block Three states for each tool a colleague can call. Auto runs without asking. Review asks you to approve every call. Block prevents the colleague from seeing the tool entirely. Approval A pending request from a colleague to run a tool that’s set to Review. Approvals expire after a configurable timeout.

Billing

Plan A subscription tier (Free, Pro, Team, Business, Enterprise). Each plan has limits on colleagues, parallel tasks, team size, storage, and credits. Credit The unit Eluu uses to meter LLM and integration usage. Credits live in a wallet that refreshes on a cadence specific to your plan. Grant A one-time or expiring chunk of credits. Different from wallet credits, which refresh. Overage pack A pre-priced top-up of credits for when you need more than your plan provides. BYOK “Bring your own key”. You can supply your own Anthropic, OpenAI, or other LLM keys instead of paying Eluu for the credits. Lives at Settings → Coding plan.

Slack

Platform Slack app The Eluu-owned bot you can install in your Slack workspace. Available on every plan. Team-branded Slack app A custom Slack app you register and install yourself, branded for your team (e.g. @AcmeAssistant). Available on Max and Team plans. Per-colleague Slack app A custom Slack app dedicated to a single colleague (e.g. @ProductBot). Lets you have multiple distinct bots in the same Slack workspace. Channel mapping A rule that routes messages in a Slack channel to a specific colleague. Mappings have a policy: ALLOW_ALL, ALLOWLIST, or DENYLIST. User mapping A link between a Slack user and an Eluu user. Auto-matched by email, with a manual override.

Code-vs-product crosswalk

If you read API responses or talk to support, you may see the code names. The product UI never uses them.
CodeProduct
AgentColleague
ReminderJob
TaskSession
WorkspaceTeam
PRIVATEPersonal
TEAM (visibility)Shared
ArtifactFile (in Hard Drive)

Where to next

The mental model

How sessions, colleagues, views, jobs, and files fit together.

Personal vs Shared

The visibility model in depth.