@beagentic/company
v1.0.2
Published
The operating system for running a company with AI agents.
Maintainers
Readme
@beagentic/company
The operating system for running a company with AI agents.
Incorporate, operate, and expand your company from a single command line. BeAgentic Company puts a team of AI agents to work on the parts of running a business that founders dread most — formation paperwork, bookkeeping, GST/TDS filings, payroll, compliance calendars, and cross-border expansion — so you can focus on the product.
Why teams use it
- Form a company in minutes, not weeks. Answer a few prompts and get a ready-to-file incorporation package, tax registrations, and a compliance calendar generated automatically.
- Run books, tax, and payroll on autopilot. Dedicated agents reconcile transactions, categorize expenses, calculate GST/TDS, and process payroll — with human review gated on high-risk actions.
- Stay audit-ready by default. Every agent action is logged to an immutable audit trail, with evidence and reasoning attached, so nothing is a black box come review or filing time.
- Expand across borders without the guesswork. Get a side-by-side structure comparison, intercompany agreements, and transfer-pricing documentation when you're ready to open a US entity.
- One CLI for the whole company. Banking, payments, invoicing, contracts, hiring, and team permissions all live behind one consistent command set.
Install
npm install -g @beagentic/companyOr run without installing:
npx @beagentic/company deployQuick start
company deploy --country india
company operate --autopilot
company expand --to usaDeploy in India. Operate with agents. Expand to America.
Examples
Register an Indian Private Limited company
company deploy \
--country india \
--type private-limited \
--business saas \
--payments paddle \
--books zoho \
--autopilotRegister a US Delaware C-Corp
company deploy \
--country usa \
--type c-corp \
--name "Acme AI Inc" \
--business saas \
--payments stripe \
--books quickbooksExpand an existing India entity into a US subsidiary
company expand --to usa --entity delaware-c-corp --payments stripe --books quickbooks
company expand compare --to usa # Delaware C-Corp vs. Wyoming LLC
company expand statusRun payroll
company payroll run --month 2026-07
company payroll payslipsFile GST
company gst gstr1 prepare
company gst gstr3b prepare
company gst file --approvePrepare a business-visitor visa
company visa prepare --country usa --type business-visitor
company visa checklistCommand reference
Run company help or company <group> --help for full details on any
command. Every group below maps to a set of subcommands.
Founder & company setup
login,logout— authenticate with your BeAgentic accountfounder—setup,show,verify,documentsprofile—show,updateplan— analyze the business and recommend a structurestructure—recommend,compare,show,entities,ownership,cashflowdeploy— form a new company;status,documents,approve,timeline
Operate & monitor
status,health,timeline,alerts,obligations,upcomingdashboard—openreport—monthly,annual,founderautopilot—status,enable,pause,resumeoperate— run the company with AI agents
Banking, payments & billing
bank—connect,accounts,transactions,reconcile,balances,disconnectpayments—connect,status,products,subscriptions,transactions,payouts,refundsbilling—scan,configure,generate,test
Books, expenses & invoicing
books—connect,setup,chart,sync,categorize,reconcile,exceptions,review,approve,close,reopen,exportexpense—add,import,scan,list,missing-receipts,approvereceipt—upload,match,requestinvoice—create,send,list,overdue,reconcile,export
Tax & compliance
gst—register,status,obligations,prepare,review,file,gstr1 prepare,gstr3b prepare,reconcile,noticestax—obligations,estimate,prepare,review,file,advance-tax,return-status,notices,documentstds—setup,calculate,prepare,deposit,return,certificatescompliance—status,calendar,scan,upcoming,overdue,prepare,review,file,mca,board,annual,registers
People & contracts
payroll—setup,employees,calculate,run,approve,payslips,tds,pf,esi,filings,reporthire—employee,contractor,intern,offer,agreement,onboard,documents,background-check,offboard,final-settlementcontract—generate,review,sign,list,nda,employment,contractor,customer,vendor
International expansion
visa—assess,prepare,documents,business-purpose,interview-prep,checklist,statusexpand— analyze/execute cross-border expansion;plan,compare,status,documents,approve,timelineintercompany—setup,agreement,invoice,reconciletransfer-pricing—assess,preparecrossborder—obligations,report
Records, governance & agents
records—show,directors,shareholders,registrations,exportdocuments—list,upload,generate,verifyagents—list,status,enable,pause,resumeagent—ask <question>,run <task>,explain <txnId>approvals—list,review,approve <taskId>,reject <taskId>notices—list,explain,respond,assign,statusprofessionals—list,assignreview—request,status,approveaudit—log,task <taskId>,export,verifyevidence—list,missing,export
Team, security & integrations
team—invite,list,removepermissions—show,grant,revokepolicy—show,setintegrations—list,connect,statuswebhook—create,list,testapi key—create,revoke
CLI tooling
init,config,doctor,completion,update,version
License
MIT
