Create a company

$curl -X POST $API/api/v1/companies \
> -H "Authorization: Bearer $REVENTLOV_API_KEY" \
> -H "Content-Type: application/json" \
> -d '{"name":"Acme Robotics LLC","spending_limit_cents":50000}'

Or with the CLI:

$reventlov companies create --name "Acme Robotics LLC" --limit 500

Formation steps run asynchronously. Subscribe to company.formation.step_completed to track progress.