Setup

End-to-end setup.

Five minutes from account to first invoice through Claude. No forms to fill beyond the API key.

  1. 01

    Create an account

    Sign in with GitHub or Google. A default business profile is created for you so Claude always has context.

    Sign in →

  2. 02

    Grab your API key

    Your key is minted and shown once on the dashboard the first time you sign in. Copy it then; it's never shown again. If you lost it, rotate from the dashboard to mint a new one.

  3. 03

    Connect Claude

    Pick whichever client you use. Claude Code is the primary flow. the dashboard gives you a one-shot copy-paste prompt that registers the server for you.

    Claude Code (CLI)

    From the dashboard, click Copy Claude Code prompt. Paste it into Claude Code. Claude registers the server at user scope and you restart once to pick up the new tools. Or run it manually:

    claude mcp add --transport http --scope user enwise \
      https://enwise.app/api/mcp \
      --header "Authorization: Bearer <YOUR_TOKEN>"

    Claude.ai (web, native MCP connectors)

    1. Settings → Connectors → Add custom connector
    2. Name: enwise
    3. URL: https://enwise.app/api/mcp
    4. Header: Authorization: Bearer <YOUR_TOKEN>
  4. 04

    First invoice

    Start a new chat in Claude and try any of these. Claude will call the right tools automatically.

    • → “What does my enwise business profile look like?”
    • → “Set up my business: I'm Acme Design, based in Brooklyn, default currency USD.”
    • → “Add a client called Globex, email bill@globex.com.”
    • → “Invoice Globex $5,000 for Q2 brand refresh, 8% tax, net 30, and email it.”
    • → “How much has Globex paid me this year?”