npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@beagentic/company

v1.0.2

Published

The operating system for running a company with AI agents.

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/company

Or run without installing:

npx @beagentic/company deploy

Quick start

company deploy --country india
company operate --autopilot
company expand --to usa

Deploy 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 \
  --autopilot

Register a US Delaware C-Corp

company deploy \
  --country usa \
  --type c-corp \
  --name "Acme AI Inc" \
  --business saas \
  --payments stripe \
  --books quickbooks

Expand 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 status

Run payroll

company payroll run --month 2026-07
company payroll payslips

File GST

company gst gstr1 prepare
company gst gstr3b prepare
company gst file --approve

Prepare a business-visitor visa

company visa prepare --country usa --type business-visitor
company visa checklist

Command 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 account
  • foundersetup, show, verify, documents
  • profileshow, update
  • plan — analyze the business and recommend a structure
  • structurerecommend, compare, show, entities, ownership, cashflow
  • deploy — form a new company; status, documents, approve, timeline

Operate & monitor

  • status, health, timeline, alerts, obligations, upcoming
  • dashboardopen
  • reportmonthly, annual, founder
  • autopilotstatus, enable, pause, resume
  • operate — run the company with AI agents

Banking, payments & billing

  • bankconnect, accounts, transactions, reconcile, balances, disconnect
  • paymentsconnect, status, products, subscriptions, transactions, payouts, refunds
  • billingscan, configure, generate, test

Books, expenses & invoicing

  • booksconnect, setup, chart, sync, categorize, reconcile, exceptions, review, approve, close, reopen, export
  • expenseadd, import, scan, list, missing-receipts, approve
  • receiptupload, match, request
  • invoicecreate, send, list, overdue, reconcile, export

Tax & compliance

  • gstregister, status, obligations, prepare, review, file, gstr1 prepare, gstr3b prepare, reconcile, notices
  • taxobligations, estimate, prepare, review, file, advance-tax, return-status, notices, documents
  • tdssetup, calculate, prepare, deposit, return, certificates
  • compliancestatus, calendar, scan, upcoming, overdue, prepare, review, file, mca, board, annual, registers

People & contracts

  • payrollsetup, employees, calculate, run, approve, payslips, tds, pf, esi, filings, report
  • hireemployee, contractor, intern, offer, agreement, onboard, documents, background-check, offboard, final-settlement
  • contractgenerate, review, sign, list, nda, employment, contractor, customer, vendor

International expansion

  • visaassess, prepare, documents, business-purpose, interview-prep, checklist, status
  • expand — analyze/execute cross-border expansion; plan, compare, status, documents, approve, timeline
  • intercompanysetup, agreement, invoice, reconcile
  • transfer-pricingassess, prepare
  • crossborderobligations, report

Records, governance & agents

  • recordsshow, directors, shareholders, registrations, export
  • documentslist, upload, generate, verify
  • agentslist, status, enable, pause, resume
  • agentask <question>, run <task>, explain <txnId>
  • approvalslist, review, approve <taskId>, reject <taskId>
  • noticeslist, explain, respond, assign, status
  • professionalslist, assign
  • reviewrequest, status, approve
  • auditlog, task <taskId>, export, verify
  • evidencelist, missing, export

Team, security & integrations

  • teaminvite, list, remove
  • permissionsshow, grant, revoke
  • policyshow, set
  • integrationslist, connect, status
  • webhookcreate, list, test
  • api keycreate, revoke

CLI tooling

  • init, config, doctor, completion, update, version

License

MIT