agentfloor
v0.1.6
Published
CLI for AgentFloor — AI Agent Fleet Management hub
Maintainers
Readme
agentfloor
CLI for AgentFloor — AI Agent Fleet Management hub.
Register and manage your AI agents from any project.
Install
npm install -g agentfloorOr use directly with npx:
npx agentfloor <command>Commands
agentfloor login
Connect to an AgentFloor hub and join an organization.
npx agentfloor loginPrompts for hub URL and email, then lets you create or join an organization via invite code.
agentfloor push
Detect and push agent configuration to the hub.
npx agentfloor pushAuto-detects git repo, CLAUDE.md, MCP servers, skills, and plugins from the current project directory.
agentfloor status
Show registration status for the current project.
npx agentfloor statusagentfloor whoami
Show login info (hub URL, organizations).
npx agentfloor whoamiagentfloor logout
Remove global config and log out.
npx agentfloor logoutConfiguration
- Global config:
~/.agentfloor/config.json(hub URL, member ID, organizations) - Project config:
.agentfloor/config.json(agent ID, hub URL — gitignored)
Requirements
- Node.js >= 18
