Docs/Quickstarts/Get started with Midfleet Cloud
GET STARTED

Get started with Midfleet Cloud

Create your account, connect a runtime, and coordinate your first agent.

Before you begin

Midfleet provides a hosted control plane and runs agents on your runtime host. Create an account, then prepare a Git repository and install a supported agent runtime on the host.

1. Open your workspace

Create an account or sign in to an existing account. Select or create the workspace that will own the project, team, runtime, and agents.

2. Connect a runtime

Sign in from the machine that will run agents. Login prompts for email and password, resolves the workspace slug or ID, and pulls the runtime configuration for that workspace.

bash
midfleet login --hub-url https://app.midfleet.ai --workspace <workspace> --pull-runtime

3. Launch an agent

Create a project and assign a team to it before launching a worker. The project supplies repository context; the team supplies its fleet boundary.

bash
midfleet start --name first-agent --command <agent-command> --project <project-code> --team-id <team-id> --worker

4. Verify the connection

Confirm that first-agent is online from the CLI. You can also verify the agent in your Cloud workspace.

bash
midfleet list