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.
midfleet login --hub-url https://app.midfleet.ai --workspace <workspace> --pull-runtime3. 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.
midfleet start --name first-agent --command <agent-command> --project <project-code> --team-id <team-id> --worker4. Verify the connection
Confirm that first-agent is online from the CLI. You can also verify the agent in your Cloud workspace.
midfleet list