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

# Space Agent

> Self-hosted multi-agent workspace where AI can dynamically build new pages, tools, and workflows directly into its own interface.

<div style={{display: "flex", gap: "8px", marginBottom: "1.5rem", flexWrap: "wrap"}}>
  <Badge>Open Source</Badge>
  <Badge color="#F97316">Applications Layer</Badge>
</div>

# Space Agent

**A browser-based AI workspace that reshapes itself — agents can build new pages, tools, and workflows directly into the interface on demand.**

<Frame>
  <img src="https://mintcdn.com/tumbleweedlabs/QT0SlrwbzlJBSMcS/images/og-space-agent.png?fit=max&auto=format&n=QT0SlrwbzlJBSMcS&q=85&s=b509ffdc2923d492ffe7a52b678daa30" alt="Space Agent GitHub" width="1200" height="600" data-path="images/og-space-agent.png" />
</Frame>

<CardGroup cols={4}>
  <Card title="Type" icon="code-branch">Open Source (MIT)</Card>
  <Card title="Stack Layer" icon="browsers">Applications</Card>
  <Card title="Language" icon="code">JavaScript</Card>
  <Card title="Stars" icon="star">1.1k+</Card>
</CardGroup>

## What it is

Space Agent is an open-source AI workspace that runs in the browser and can dynamically extend itself. Unlike static chat interfaces, the agent can construct new pages, widgets, tools, and multi-step workflows directly into the interface — the "space" it operates in literally changes shape based on what work needs to be done. It supports both single-user and hierarchical multi-agent team configurations, with per-user work isolation and shared group contexts.

Skills are defined through text-based files, making the system extensible without code changes. Desktop builds are distributed via GitHub Releases, and a live demo is available at space-agent.ai. The project comes from the same team as Agent Zero and shares its self-modifying philosophy.

<Tip>
  **Use this when** you want a self-hosted team workspace where AI agents can build the tools they need on the fly, rather than being constrained to a fixed set of integrations.
</Tip>

## Get started

<CardGroup cols={2}>
  <Card title="GitHub ↗" icon="github" href="https://github.com/agent0ai/space-agent">
    Source, releases, and setup.
  </Card>
</CardGroup>

## Related tools

<CardGroup cols={2}>
  <Card title="Agent Zero" icon="github" href="/library/agents/agent-zero">
    The team's other project — self-hosted Docker-based agent framework.
  </Card>

  <Card title="Ruflo" icon="github" href="/library/agents/ruflo">
    Large-scale multi-agent orchestration for Claude and other providers.
  </Card>
</CardGroup>
