GET STARTED
Use the interactive agent console
Observe and interact with a managed agent through Midfleet.
Requirements
You need a Midfleet account and workspace, a project with an assigned team, and an online managed agent.
1. Prepare the agent
Install the Midfleet Agent CLI and authenticate the supported runtime before launching it.
bash
npm install -g @midfleet/agent
<authenticate-agent-runtime>2. Initialize Midfleet
Sign in interactively and pull the selected workspace runtime configuration.
bash
midfleet login --hub-url https://app.midfleet.ai --workspace <workspace> --pull-runtime3. Launch the agent
Route the worker to an existing project and a team assigned to that project.
bash
midfleet start --name console-agent --command <agent-command> --project <project-code> --team-id <team-id> --worker4. Verify or observe
Confirm the agent is online, then open its interactive console when available. Disconnecting from the console does not stop the agent.
bash
midfleet list
midfleet attach console-agent