Create company
create_companyCreate a new company in this operator's portfolio. Pass name (required) and optional about and website. Returns the new companyId. Extra company on Solo is $47/mo, charged on the existing FreedomOS subscription before the company is created — fails closed if not paid. Portfolio already covers every company. Does not hire anyone. A $47 charge needs a person's yes (Command Center). Pass companyId of a company you already manage so that yes-card can land — it is not the company being created. After create, call update_company, get_setup_state, or set_offer with the new companyId. Use when the operator wants another business in FreedomOS from chat or MCP.
Routing: new company / add a business / another venture → create_company. Extra company is $47/mo. Does not hire. Not update_company (that's an existing company).
[sensitive-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time. Call it on the first clear ask; the card is the yes — do not re-ask in chat.]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Company name | |
| about | No | Optional short description (stored as the company's about / elevator pitch) | |
| website | No | Optional company website URL (http or https) | |
| companyId | No | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. |