create_company
Push a single company INTO Xmagnet. Use whenever the user wants to add/save/send a company to Xmagnet — including companies they researched somewhere else, pasted in, or found with another tool. Requires company_name plus a domain (or website to derive it from). If the company already exists it is updated, never duplicated; blank fields never overwrite existing data. New companies are enriched in the background automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| state | No | ||
| domain | No | Primary domain, e.g. acme.com (required unless website is given) | |
| enrich | No | Auto-enrich a newly created company in the background | |
| country | No | ||
| website | No | ||
| industry | No | ||
| tech_stack | No | ||
| competitors | No | ||
| description | No | ||
| company_name | Yes | Company name (required) | |
| founded_year | No | ||
| growth_stage | No | ||
| linkedin_url | No | ||
| revenue_range | No | ||
| employee_count | No | ||
| market_category | No | ||
| latest_funding_stage | No | e.g. Seed, Series A | |
| total_funding_raised | No | e.g. "$16M" or a raw number |