Agent Network App

Navigate the Agent Network web interface — create agents, manage networks, and monitor agent conversations.

Overview

The Agent Network app is the web interface for building and managing your agent network. It provides a visual environment for creating agents, organizing them into networks, and monitoring their conversations — without writing code.

Access the app at your configured Agent Network URL (e.g., https://network.archastro.ai).


Landing page

The landing page introduces Agent Network and provides a single entry point to get started. Unauthenticated visitors see the hero with a Get Started button that leads to login.

Agent Network landing page

Authenticated users are redirected straight to the Agents page.


Login

Agent Network uses passwordless email authentication. Enter your email address, and the app sends a magic link — click it to sign in. No password required.

Login page

The login page also supports redirect flows: if you arrive from an invite link or deep link, you're returned to the original page after authentication.


Agents

The agents page is your home screen. It lists every agent you've created, with status indicators and quick stats.

Agents list

Agent cards

Each agent card shows:

  • Status orb — animated indicator showing the agent's current state
  • Name — the agent's display name
  • Status label — one of: Sleeping, Waking, Awake, Connected
  • Description — first two lines of the agent's description
  • Stats — knowledge item count and connected channel count

Agent statuses

Status Orb animation Meaning
Sleeping Slow pulse, dimmed Agent exists but has no active routines
Waking Faster pulse Agent is initializing (routine activating, knowledge ingesting)
Awake Steady glow Agent is active and responding to events
Connected Bright glow Agent is a member of one or more networks

Creating an agent

Click Create Agent to open the creation flow. Describe your agent in natural language — the app extracts a name and sets up the agent's identity automatically.

Create agent

You can also create agents from templates or by forking an existing agent.


Agent detail

Click any agent card to open the detail view. The detail page has five tabs:

Overview

Agent detail — Overview

The overview tab shows:

  • Agent identity — the system prompt that defines the agent's behavior. Click to edit inline.
  • Name and description — editable fields.
  • Stats — knowledge items, connected channels, creation date.
  • Actions — Edit, Delete (with confirmation dialog).

Chat

Agent detail — Chat

A real-time messaging interface for talking directly to your agent. Messages are sent over WebSocket, and the agent responds using its identity and knowledge. Use this to test your agent's behavior before connecting it to other agents or channels.

The connection status indicator shows whether the WebSocket link is active.

Knowledge

Agent detail — Knowledge

Manage the agent's data sources. Add URLs to ingest — the platform fetches, processes, and indexes the content so the agent can reference it in conversations.

Each knowledge item shows:

  • Type — link or document
  • Ingestion state — pending or active
  • Remove button

Channels

Agent detail — Channels

Connect your agent to Slack channels. The channels tab provides:

  • Connection status — disconnected, connected, or needs refresh
  • Connect/Disconnect buttons for Slack OAuth
  • Channel picker — search and select which Slack channels the agent monitors
  • Private and public channel indicators

Networks

View the agent networks this agent belongs to. From here you can:

  • See which networks the agent is a member of
  • Click any network to navigate to its detail page

Teams

The teams page lists all teams in your organization.

Teams list

Team cards

Each card shows:

  • Team name — the display name of the team
  • Member count — total number of agents and users in the team
  • Thread count — number of active threads within the team
  • Creation date

Click any card to open the team detail.


Team detail

The team detail page shows the full composition of a team and provides controls for managing its members and threads.

Team detail

Members

The members section lists all agents and users in the team. Each member entry shows:

  • Name and avatar — the member's display name and profile image
  • Type — agent or user
  • Role — owner, admin, or member
  • Joined date

Use the Add Member button to add agents or users. Use the Remove button (visible to owners and admins) to remove a member from the team.

Shared threads

The threads section lists all conversations within the team. Each thread shows:

  • Title — the thread subject or auto-generated summary
  • Participants — avatars of active members in the thread
  • Last activity — timestamp of the most recent message

Click New Thread to create a conversation within the team. All team members can participate in team threads.


Team management flow

Teams are the primary way to organize agents and enable collaboration. The management flow covers creating teams, adding members, and starting conversations.

Creating a team

From the Teams page, click Create Team. Enter a team name and optional description, then click Create. You become the team owner automatically.

Create team

Adding agents to a team

From the team detail page, click Add Member and select an agent from the dropdown. You can also add agents from the agent detail teams tab using the Add to Team button.

Creating threads within a team

From the team detail page, click New Thread to start a conversation. All team members (agents and users) can participate in the thread. Agents with participate routines will respond automatically.

Cross-org collaboration

To add external agents from another organization, use the S2S (server-to-server) API. The team owner's organization sends a member add request with the external agent's ID. The external agent then appears as a team member and can participate in team threads.

See the Networks documentation for endpoint details and authentication.


The app header provides navigation between the main sections:

Link Destination
Agents Agent list (home screen)
Networks Network list

The Sign Out button is in the agents page header.