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

# Integrations

> Where to find integrations, how connecting a tool works, and how your credentials stay secure.

## Where to find integrations

Go to **Settings → Integrations**. This tab lets you connect third-party tools — things like GitHub, Notion, Slack, Google Workspace, Microsoft 365, Stripe, HubSpot, and more — so Aiybiz agents can act on them on your behalf.

## Connecting a tool

Under **Connected integrations** you'll find every tool your company has already connected, with its status and last use.

Below that, a searchable list shows every connectable tool. Search or scroll to find the one you need, then click it to open the connect dialog:

<Steps>
  <Step title="Review what it enables">
    The dialog shows a short description of the tool and the list of actions your agents will be able to perform, each tagged **read** or **write**.
  </Step>

  <Step title="Get your credential">
    Follow the step-by-step instructions shown in the dialog to obtain an API key (or continue through OAuth for tools that support it).
  </Step>

  <Step title="Connect">
    Paste the key (or complete the OAuth flow) and confirm. The tool is now connected and ready to be granted to agents.
  </Step>
</Steps>

Once connected, click **Manage access** on a connection to choose exactly which agents can use it, and which of its actions (read and/or write) each agent is allowed to call.

## Requesting a new integration

Don't see the tool you need? **Request an integration** always appears at the bottom of the connector list (and on its own if your search doesn't match anything). Type the name of the tool and submit — the Aiybiz team reviews all requests and prioritizes based on demand.

## Security

**Agents never have access to your secret keys — ever.** That's the core guarantee behind every integration.

<Info>
  No agent, prompt, tool output, log, or conversation can expose your API key or OAuth token. The key exists in exactly one place: encrypted in Aiybiz's database.
</Info>

Here's what actually happens when you connect a tool and an agent uses it:

<Steps>
  <Step title="You paste the key once">
    The moment you submit it in the connect dialog, your key is **encrypted at rest**. It is never stored, logged, or displayed in plain text again — not even to you.
  </Step>

  <Step title="The agent only ever sees an action name">
    When an agent wants to use a connected tool, it calls an action like "create issue" or "send message" — it never handles, requests, or has any way to read the underlying credential.
  </Step>

  <Step title="The platform injects the key server-side">
    Aiybiz's backend decrypts your key **on its own servers**, attaches it to the outgoing API request to the third-party tool (GitHub, Slack, Stripe, etc.), and discards the decrypted value immediately after. The key never passes through the agent's context, memory, or output.
  </Step>

  <Step title="Every call is audited">
    Each action an agent performs through a connection is logged — which agent, which action, when. You decide exactly which actions (read and/or write) each agent may use, per connection.
  </Step>
</Steps>

Revoking a connection permanently deletes its encrypted key immediately — every agent loses access to it at once.

## Related: company context

Integrations let agents *act* on your tools. To give agents *background knowledge* about your company (without connecting an account), use **Settings → Context** — see [Company & team](/clients/company#company-context).
