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

# One-Click Integrations

> Connect third-party services to your UltraClaw AI assistant with one click. No API keys or code required.

# One-Click Integrations

UltraClaw integrations connect your AI agent to the tools you already use — Google Calendar, Gmail, QuickBooks, GitHub, and more. No API keys to manage, no code to write, no configuration files to edit. Just click **Connect** and authorize.

## How It Works

Every integration uses standard OAuth — the same secure "Sign in with Google" flow you've used hundreds of times. When you connect a service:

1. You click **Connect** in your dashboard
2. You're redirected to the service (Google, Intuit, GitHub, etc.) to authorize access
3. You grant the specific permissions your agent needs
4. That's it — your agent can now work with that service

Your agent never sees your passwords. Credentials are handled securely through OAuth tokens that you can revoke at any time.

<Tip>
  You can connect and disconnect integrations at any time from your [dashboard](https://ultraclaw.ai/dashboard). Disconnecting immediately revokes your agent's access to that service.
</Tip>

## Available Integrations

<CardGroup cols={3}>
  <Card title="QuickBooks Online" icon="calculator" href="/integrations/quickbooks">
    Revenue reports, invoices, expenses, P\&L, cash flow, and more. **Intuit Approved.**
  </Card>

  <Card title="Google Calendar" icon="calendar" href="/integrations/google-calendar">
    Check availability, create events, manage meetings, and get daily briefings.
  </Card>

  <Card title="Gmail" icon="envelope" href="/integrations/gmail">
    Read, search, draft, and manage emails through natural conversation.
  </Card>

  <Card title="Google Drive" icon="hard-drive" href="/integrations/google-drive">
    Search, read, and organize your files and folders.
  </Card>

  <Card title="Google Contacts" icon="address-book" href="/integrations/google-contacts">
    Look up contacts, search your address book, and manage contact information.
  </Card>

  <Card title="Google Sheets" icon="table" href="/integrations/google-sheets">
    Read, analyze, and update your spreadsheets.
  </Card>

  <Card title="Google Docs" icon="file-lines" href="/integrations/google-docs">
    Draft, edit, and review documents through conversation.
  </Card>

  <Card title="Google Slides" icon="presentation-screen" href="/integrations/google-slides">
    Create and review presentations with your agent.
  </Card>

  <Card title="GitHub" icon="github" href="/integrations/github">
    Ask about PRs, issues, and code across your repositories.
  </Card>
</CardGroup>

## Connecting from Your Dashboard

<Steps>
  <Step title="Navigate to Integrations">
    Open your [dashboard](https://ultraclaw.ai/dashboard) and click **Integrations** in the sidebar.
  </Step>

  <Step title="Choose a service">
    Browse the available integrations and click **Connect** on the service you want.
  </Step>

  <Step title="Authorize access">
    You'll be redirected to the third-party service. Review the permissions and click **Allow** or **Authorize**.
  </Step>

  <Step title="Confirmation">
    You'll be redirected back to your dashboard with a success message. Your agent can now use this service immediately.
  </Step>
</Steps>

## Connecting via Chat

You don't even need to open the dashboard. Just tell your agent:

* *"Connect my Google Calendar"*
* *"I want to link my QuickBooks"*
* *"Set up Gmail"*

Your agent will send you a secure authorization link directly in your chat. Tap it, authorize, and you're done.

## Security

<Info>
  Your integrations run on your **own private virtual server** — your OAuth tokens, connected accounts, and integration data are completely isolated from other users and never shared.
</Info>

<AccordionGroup>
  <Accordion title="OAuth-only authentication">
    All integrations use OAuth 2.0 — the industry-standard authorization protocol. Your agent never stores or accesses your passwords.
  </Accordion>

  <Accordion title="Minimal permissions">
    Each integration requests only the permissions it needs to function. For example, a read-only integration won't request write access.
  </Accordion>

  <Accordion title="Revoke anytime">
    Disconnect any integration from your dashboard instantly. You can also revoke access from the third-party service's own settings (e.g., Google Account → Security → Third-party access).
  </Accordion>

  <Accordion title="Encrypted tokens">
    OAuth tokens are encrypted at rest and in transit. They're never exposed in logs, chat messages, or API responses.
  </Accordion>
</AccordionGroup>

<Info>
  One-click integrations are available on all UltraClaw plans — Starter, Pro, and Dedicated.
</Info>

## Connect Anything with an API

One-click OAuth covers the most popular tools — but your UltraClaw agent can connect to **any software that has an API or a login**, even if it's not listed above.

<Note>
  If a service you use isn't in the one-click list, just ask your agent. It will guide you through the integration process step by step — whether that means walking you through an API key setup, OAuth flow, webhook configuration, or a browser-based login.
</Note>

Some examples of what you can connect through guided setup:

<CardGroup cols={2}>
  <Card title="CRMs" icon="users">
    Salesforce, HubSpot, Pipedrive, GoHighLevel, and more — ask your agent to help you connect.
  </Card>

  <Card title="Communication Tools" icon="comments">
    Slack, Microsoft Teams, Outlook, Zoom — your agent can walk you through any API or OAuth setup.
  </Card>

  <Card title="Finance & Accounting" icon="chart-line">
    FreshBooks, Xero, Wave, Stripe, Plaid — if it has an API, your agent can use it.
  </Card>

  <Card title="Custom & Internal Tools" icon="code">
    Internal dashboards, REST APIs, webhooks — just tell your agent what you want it to do and it will figure out how to connect.
  </Card>
</CardGroup>

Just start a conversation:

> *"I want to connect my Salesforce account"*
> *"Can you help me set up a Slack integration?"*
> *"I want you to be able to read data from my company's internal API"*

Your agent will ask for what it needs and guide you through each step.

## Next Steps

<CardGroup cols={2}>
  <Card title="QuickBooks (Most Popular)" icon="calculator" href="/integrations/quickbooks">
    Ask your agent about revenue, invoices, expenses, and cash flow.
  </Card>

  <Card title="Google Calendar" icon="calendar" href="/integrations/google-calendar">
    Let your agent manage your schedule.
  </Card>
</CardGroup>
