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

# Integrations

> The services the platform depends on (identity, source control, and the systems behind low-code builds) and where to configure your own.

The platform runs on a set of supporting services, most of which you never configure and some of which you connect yourself.

## Services the Platform Provides

These come with the platform. There is nothing to connect and nothing to configure.

| Service                 | What it does                                                         | Where you notice it                                                                  |
| ----------------------- | -------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| **Identity**            | Accounts, sign-in, passwords, email verification                     | Password reset and verification emails come from it rather than from the platform    |
| **Source control**      | A code repository for every project, versioned and hosted for you    | The **Checkout**, **Pull** and **Push** controls in the Codebase panel               |
| **Search index**        | Lets the agents retrieve the relevant parts of large source material | Blueprint generation skips indexing when your material is small enough to read whole |
| **Application hosting** | Runs the applications the platform builds                            | Your application's URL, and the start and stop controls                              |

### Source Control

Every project's generated code lives in a repository, a versioned store the platform hosts for you. Access is managed automatically, and your access token can be reset if it stops working.

You reach it from the Codebase panel rather than from here. See [Git Integration](/web-apps/git-integration).

## Low-Code Platforms You Connect

A low-code project talks to your own environment, so it needs credentials for it. Each platform asks for a different set.

| Platform                   | What it needs                                        |
| -------------------------- | ---------------------------------------------------- |
| Tyler Application Platform | Site URL, application id, application secret         |
| ServiceNow                 | Site URL, username, password                         |
| PowerApps                  | Environment URL, tenant id, client id, client secret |
| Salesforce                 | Site URL, client id, client secret                   |

**These are collected inside the project, not when you create it.** A new low-code project has no credential fields on its creation form; you link the site afterwards, and Build Mode stays unavailable until you do.

<Note>
  Some low-code build work is carried out by a service outside this platform. Your specification, Tickets, and build order are produced here; the platform-specific build is handed onward, along with the credentials you linked.
</Note>

## Tools You Connect to the Build Agent

**External tools are connected per project, through MCP.** That is a separate mechanism from anything on this page: you add a server, it exposes its tools, and the build agent can use them during a build.

Adding servers, connection states, and how credentials are scoped across a project are covered in full on [MCP Integrations](/web-apps/mcp-integrations).

## Your Next Step

<CardGroup cols={2}>
  <Card title="Connect an external tool" icon="plug" href="/web-apps/mcp-integrations">
    Adding an MCP server and scoping its credentials.
  </Card>

  <Card title="Set up a low-code project" icon="puzzle-piece" href="/low-code/overview">
    The four platforms and what each one needs.
  </Card>
</CardGroup>


## Related topics

- [Git Integration](/web-apps/git-integration.md)
- [MCP Integrations](/web-apps/mcp-integrations.md)
- [Components of your Blueprint](/cab/blueprint-output-reference.md)
- [Component Reference](/low-code/powerapps/build-mode/component-reference.md)
- [Build Agent Guide](/web-apps/build-mode/build-agent-guide.md)
