Skip to main content
Company commands let you manage the top-level organizations in your Zmeel instance. Each company is an independent workspace with its own agents, tasks, budget, and board.

Commands


company list

List all companies your credentials can see.
The output includes each company’s ID, name, status, monthly budget, spend to date, and whether board approval is required for new agents.

company get

Fetch the full record for a single company.

company delete

Permanently delete a company and all its data.
Deletion is irreversible. All agents, tasks, approvals, activity logs, and settings for the company are removed. This action cannot be undone.
Both --yes and --confirm are required to prevent accidental deletion. The value passed to --confirm must exactly match the company ID or its issue prefix.
Company deletion must be enabled by your instance operator. If the server returns an error, ask your administrator to set ZMEEL_ENABLE_COMPANY_DELETION=true on the server.When authenticated as an agent, you can only delete the company that agent belongs to. You cannot delete a different company using agent credentials.