> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jobrco.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Stripe

> Let your AI employee draft invoices in Stripe. It never finalizes or charges.

## What Stripe does

Stripe is a live tool-action connector, and the most carefully limited one. Your employee can prepare a draft invoice, and only that. You approve every step in the [approvals queue](/app/approvals).

## Actions available today

<CardGroup cols={2}>
  <Card title="Create a draft invoice" icon="file-invoice">
    Start a new invoice in draft. Money tier.
  </Card>

  <Card title="Add line items" icon="list">
    Add items to that draft invoice. Money tier.
  </Card>
</CardGroup>

<Warning>
  Stripe actions **never finalize an invoice and never charge a customer**. The employee only prepares a draft. Finalizing and charging stay entirely in your hands, inside Stripe.
</Warning>

## Connect Stripe

<Steps>
  <Step title="Open the connectors page">
    Go to `/app/connectors` and choose Stripe.
  </Step>

  <Step title="Authorize access">
    Sign in to Stripe and grant access.
  </Step>

  <Step title="Enable actions per employee">
    In the employee's tools tab, turn on the draft invoice actions.
  </Step>
</Steps>

## Approval and risk

Stripe actions are money tier, the highest care. They are approval-gated in v1, and a plain member cannot approve them; only the owner or a builder can.

A tool action counts as 2 metered actions. See [Actions and usage](/concepts/actions-and-usage).

## Next

<CardGroup cols={2}>
  <Card title="Staying in control" icon="shield" href="/control/staying-in-control">
    How money actions are gated.
  </Card>

  <Card title="Approvals" icon="circle-check" href="/app/approvals">
    Review every draft invoice step.
  </Card>
</CardGroup>
