> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apollospace.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Glossary

> Quick definition of every Apollo Space term — with a link to the full concept page.

New to Apollo Space? This is your quick-reference glossary — each card links
to the full concept page.

## A

<CardGroup cols={2}>
  <Card title="Agent" icon="robot" href="/en/concepts/agents">
    A combination of persona + tools + memory + budget.
    Operates alongside the human team.
  </Card>

  <Card title="Athena" icon="user-tie" href="/en/agents/athena">
    Chief of Staff persona — the org's multi-tool operator.
    Handles tasks, coordination, and execution on behalf of the team at the org level.
  </Card>

  <Card title="Audit log" icon="clipboard-list" href="/en/trust/security">
    Append-only history of every significant action in the org. Who
    did it, when, and what — visible in Settings.
  </Card>
</CardGroup>

## B

<CardGroup cols={2}>
  <Card title="Brain" icon="brain" href="/en/features/brain">
    The org's knowledge base — documents, captures, and agent
    memories. Available to agents via semantic search.
  </Card>

  <Card title="BYO-key" icon="key">
    Bring Your Own Key. You use YOUR account with the vendor (Twilio,
    Tavily, Apify); the bill goes directly to you. Apollo Space is not
    a payment intermediary.
  </Card>
</CardGroup>

## C

<CardGroup cols={2}>
  <Card title="Cap" icon="gauge-high" href="/en/billing/caps">
    Configurable spending limit per organization, per agent, per
    user, or per user × agent. Blocks calls that exceed it.
  </Card>

  <Card title="Composio" icon="puzzle-piece" href="/en/integrations/composio">
    OAuth-as-a-service layer that connects Apollo Space to hundreds
    of SaaS apps (Notion, Slack, Linear, Gmail, etc.).
  </Card>

  <Card title="Custom field" icon="table-cells" href="/en/features/crm">
    A field you create in the CRM to capture attributes specific to
    your niche. Supports text, number, date, select, and multi-select.
  </Card>
</CardGroup>

## D

<CardGroup cols={2}>
  <Card title="Digital Twin" icon="user-astronaut" href="/en/agents/digital-twins">
    A distinct personal agent that represents a specific leader across
    organizations — carrying their voice, decision patterns, and context.
  </Card>

  <Card title="Drip" icon="droplet" href="/en/features/outbound">
    Outbound campaign type with **N touches** over time.
    Each touch is a fresh composition, not a parameterized template.
  </Card>
</CardGroup>

## H

<CardGroup cols={2}>
  <Card title="HITL" icon="hand">
    Human-In-The-Loop. An operating mode where the agent drafts the
    action and you approve it before it goes through. Default for Marcus outbound.
  </Card>
</CardGroup>

## L

<CardGroup cols={2}>
  <Card title="Lead" icon="user-plus" href="/en/features/crm">
    A card representing a potential person or company in the funnel.
    Lives in one pipeline and one stage at a time.
  </Card>
</CardGroup>

## M

<CardGroup cols={2}>
  <Card title="Marcus" icon="paper-plane" href="/en/agents/marcus">
    Outbound persona. Writes and sends email / WhatsApp in
    sequence, landing in the recipient's real inbox.
  </Card>

  <Card title="Multi-tenant" icon="building" href="/en/trust/multi-tenant">
    Architecture where multiple organizations share infrastructure but
    have isolated data. Apollo Space enforces isolation at the database level.
  </Card>
</CardGroup>

## O

<CardGroup cols={2}>
  <Card title="Org / Organization" icon="building" href="/en/concepts/organizations">
    Apollo Space's tenant — the boundary where data, agents,
    integrations, and billing live.
  </Card>

  <Card title="Outbound" icon="paper-plane" href="/en/features/outbound">
    Proactive communication to leads — email / WhatsApp campaigns
    orchestrated by Marcus.
  </Card>

  <Card title="Owner" icon="crown" href="/en/concepts/organizations">
    The highest-level role in an org. The only one who can change the
    plan, delete the org, or promote other owners.
  </Card>
</CardGroup>

## P

<CardGroup cols={2}>
  <Card title="Pack (of Stars)" icon="box" href="/en/billing/plans-and-packs">
    One-time Stars purchase. Never expires (rolling). Useful for
    seasonal spikes or as a safety buffer.
  </Card>

  <Card title="Pipeline" icon="diagram-project" href="/en/concepts/pipelines">
    The sequence of stages a lead moves through. Each org can have
    multiple pipelines with customizable stages.
  </Card>

  <Card title="Persona" icon="masks-theater" href="/en/concepts/agents">
    The behavior, tone, and voice of an agent. Defines how it
    responds, in what language, and with what level of formality.
  </Card>
</CardGroup>

## S

<CardGroup cols={2}>
  <Card title="Scout" icon="binoculars" href="/en/agents/scout">
    Public research persona — web search, company analysis, and
    cited snippet consolidation.
  </Card>

  <Card title="Slug" icon="link" href="/en/concepts/organizations">
    A short, stable identifier that becomes part of the org's URL
    (`app.apollospace.ai/{slug}`). Cannot be changed later without
    breaking links.
  </Card>

  <Card title="Stage" icon="grip-lines-vertical" href="/en/concepts/pipelines">
    A step in a pipeline. Defaults: New lead → Qualified →
    In conversation → Proposal sent → Closed-Won / Lost.
  </Card>

  <Card title="Star (★)" icon="star" href="/en/billing/stars">
    Apollo Space's internal currency. Every billable action consumes
    Stars from the org's wallet.
  </Card>
</CardGroup>

## T

<CardGroup cols={2}>
  <Card title="Tavily" icon="magnifying-glass" href="/en/integrations/tavily">
    Public search engine used by Scout. Returns structured snippets
    for grounding agent responses with real-world data.
  </Card>

  <Card title="Trace" icon="route" href="/en/concepts/agents">
    The complete record of a conversation with an agent — every action,
    cost, and return value. Visible via the "View trace" button in chat.
  </Card>

  <Card title="Tool" icon="screwdriver-wrench" href="/en/concepts/agents">
    A typed function an agent can invoke (web search, create lead,
    read Notion, send WhatsApp). Each tool has its own permissions.
  </Card>

  <Card title="Twilio" icon="comments" href="/en/integrations/whatsapp">
    The provider that connects WhatsApp Business to Apollo Space.
    BYO-key model.
  </Card>
</CardGroup>

## V

<CardGroup cols={2}>
  <Card title="Voice_md" icon="comment" href="/en/features/brain">
    A markdown document describing the org's or persona's voice — tone,
    vocabulary, greeting style, and signature. Agents re-read it at the
    start of every conversation.
  </Card>
</CardGroup>

## W

<CardGroup cols={2}>
  <Card title="Personal workspace" icon="user" href="/en/concepts/organizations">
    Each user's own space within Apollo Space — independent of the
    orgs they belong to. Personal notes, personal integrations, and test traces.
  </Card>
</CardGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Frequently asked questions" icon="circle-question" href="/en/recursos/faq">
    Common questions grouped by category.
  </Card>

  <Card title="Concepts" icon="book" href="/en/concepts/organizations">
    Concept pages with more depth.
  </Card>
</CardGroup>
