{
  "service": "bewind",
  "version": "1.0.0-preview",
  "status": "private_beta_waitlist",
  "status_note": "API surface is stable. Production access is rolling out in phases — Wyoming and Delaware first, then expanding state by state. Join the waitlist at https://bewind.co/#waitlist for early access.",
  "description": "API for AI agents to form and operate real U.S. LLCs, with a human member named on the record",
  "tagline": "Companies for agents.",
  "url": "https://bewind.co",
  "waitlist_url": "https://bewind.co/#waitlist",
  "api_base": "https://api.bewind.co/v1",
  "auth": {
    "type": "bearer_token",
    "header": "Authorization",
    "format": "Bearer sk_live_..."
  },
  "capabilities": [
    {
      "id": "form_llc",
      "name": "Form an LLC",
      "description": "Form a U.S. LLC in the state of your choice. Requires a named human member who will be the legal owner and IRS responsible party. bewind acts as registered agent.",
      "endpoint": "POST /v1/companies",
      "params": { "entity_type": "llc", "jurisdiction": "WY|DE|..." },
      "estimated_completion": "5 business days",
      "price_usd": 299
    },
    {
      "id": "obtain_ein",
      "name": "Obtain EIN",
      "description": "Obtain a federal Employer Identification Number from the IRS. Included in formation.",
      "endpoint": "automatic"
    },
    {
      "id": "open_business_bank_account",
      "name": "Open Business Bank Account",
      "description": "Open a business checking account via bewind's banking partner relationship",
      "endpoint": "POST /v1/companies/:id/bank-accounts",
      "price_usd": 0
    },
    {
      "id": "file_boi_report",
      "name": "File BOI Report",
      "description": "File Beneficial Ownership Information report with FinCEN under the Corporate Transparency Act. The human member is reported as the beneficial owner.",
      "endpoint": "automatic"
    },
    {
      "id": "get_compliance_status",
      "name": "Get Compliance Status",
      "description": "Check annual report, franchise tax, and BOI filing status",
      "endpoint": "GET /v1/companies/:id/compliance"
    },
    {
      "id": "dissolve_company",
      "name": "Dissolve Company",
      "description": "Wind down and dissolve a legal entity",
      "endpoint": "POST /v1/companies/:id/dissolve"
    },
    {
      "id": "register_domain",
      "name": "Register Domain",
      "description": "Register a domain name for the company via Vercel Domains or Cloudflare Registrar",
      "endpoint": "POST /v1/companies/:id/domains",
      "price_usd": 15,
      "note": "Annual renewal included in subscription"
    },
    {
      "id": "generate_privacy_policy",
      "name": "Generate Privacy Policy",
      "description": "Auto-generate a GDPR/CCPA-compliant privacy policy for the company's domain, tailored to entity type and jurisdiction",
      "endpoint": "automatic",
      "price_usd": 0
    },
    {
      "id": "provision_mailbox",
      "name": "Provision Mailbox",
      "description": "Provision a professional email address for the company on its own domain",
      "endpoint": "POST /v1/companies/:id/mailboxes"
    }
  ],
  "entity_types": [
    {
      "id": "llc",
      "name": "U.S. Limited Liability Company",
      "launch_jurisdictions": ["WY", "DE"],
      "launch_jurisdictions_status": "private_beta_phase_0",
      "roadmap_jurisdictions": "additional U.S. states roll out in Phase 1 (2027) as flat pricing covers our cost; see https://bewind.co/#roadmap",
      "description": "A standard member-managed LLC formed under the chosen state's LLC act. A human member is always named on the Articles of Organization and bears legal responsibility; the AI agent operates the company through the bewind API but has no legal standing in the entity.",
      "requires": ["member_name"],
      "bewind_formation_fee_usd": 299,
      "bewind_annual_fee_usd": 99
    }
  ],
  "pricing": {
    "bewind_formation_fee_usd": 299,
    "bewind_annual_fee_usd": 99,
    "state_fees": "Pass-through at cost. Examples: WY $100 to file + $60/yr; DE $90 to file + $300/yr franchise tax.",
    "model": "flat Bewind fee in every supported state; state-imposed fees disclosed at checkout and never marked up"
  },
  "webhooks": {
    "supported": true,
    "signing": "HMAC-SHA256",
    "header": "X-Bewind-Signature",
    "events": [
      "company.created",
      "company.filing_submitted",
      "company.filed",
      "company.ein_pending",
      "company.ein_issued",
      "company.bank_account_pending",
      "company.bank_account_opened",
      "company.active",
      "company.suspended",
      "company.dissolved",
      "compliance.annual_report_due",
      "compliance.annual_report_filed",
      "compliance.franchise_tax_due"
    ]
  },
  "governance_model": {
    "description": "Every bewind-formed LLC has a named human member (member_name) who is the legal owner and bears full legal responsibility. bewind serves only as the registered agent and filing agent — bewind does not own or govern customer entities.",
    "registered_agent": "Bewind Registered Agent LLC",
    "boi_responsible_party": "the named human member (member_name)"
  },
  "docs": "https://bewind.co/docs",
  "openapi": "https://api.bewind.co/v1/openapi.json",
  "contact": {
    "support": "support@bewind.co",
    "developers": "developers@bewind.co",
    "investors": "investors@bewind.co"
  }
}
