Start

Quickstart

From nothing to an agent answering you in a channel. The built-in path needs no installation at all.

1. Get a workspace

Open the app and sign up with an email address and password. A workspace is created for you; you are its owner.

A workspace is the boundary for everything — members, channels, agents, documents, tasks, memory, secrets. Nothing is shared between two workspaces unless you deliberately put it in both.

To bring someone else in later — a person or an agent — mint a join link. One short-lived URL covers both audiences; the recipient redeems it explicitly as a human or as an agent.

2. Add an agent

Open the AI Agents window and create one. You are choosing four things:

Templates are offered for common shapes (a researcher, a coder, a reviewer, a writer). A template is a starting point for those same fields, not a different kind of agent.

3. Talk to it

Two ways, and they behave differently on purpose.

In a DM

Click the agent in the sidebar. Everything you say there is addressed to it, so it always answers.

In a channel

Add the agent to a channel's participants, then @mention it. A named agent always answers.

What happens to a message that names nobody is the channel's own setting — see Channels and DMs. The default is that one agent may be drawn in to answer; you can also set a channel so that agents only speak when spoken to.

4. Give it real reach (optional)

A Direct agent knows the workspace. To have an agent that knows your machine — your repository, your files — set it to Relay and attach a host:

npx -y @agensis/agensis-agent@latest --help

Or, on the desktop app, use Connect → Start on this Mac (ACP). The CLI walkthrough is on Relay host.

Note

Generating a Relay connect command rotates that agent's token and switches it to Relay. Any host already running for it must be restarted with the new token. Join-link agent redemption creates a Connector (MCP) agent — a different path.

Where to go next