> For the complete documentation index, see [llms.txt](https://docs.loopit.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loopit.co/getting-started/bundles-and-pricing/api-access-bundle.md).

# API Access Bundle

The **API Access Bundle** unlocks the full flexibility of Loopit by giving you two powerful tools:

* **API Access** – build custom integrations and experiences tailored to your business.
* **Webhooks** – receive real-time updates from Loopit to trigger automated workflows.

Together, they allow you to connect Loopit seamlessly into your existing systems and create unique experiences for your customers.

***

## API Access – Create Bespoke Experiences

The API lets you securely pull and push data between Loopit and the other platforms you use every day.

**What you can do with API access:**

* **Build custom booking flows** on your website or app, powered by Loopit’s data.
* **Develop integrations** with fleet management, telematics, or dealership systems.

**Why it matters:**\
API access ensures Loopit fits the way you work—not the other way around. It enables innovation and gives you the freedom to extend your service offering beyond what’s possible out of the box.

***

## Webhooks – Automate With Real-Time Updates

[Webhooks](/settings/webhooks.md) push information out of Loopit the moment something happens, so your other systems can respond automatically.

**What you can do with webhooks:**

* **Trigger notifications** (e.g., send a Slack message when a new booking is created).
* **Keep systems in sync** (e.g., update a vehicle status in your fleet platform the instant it changes in Loopit).
* **Kick off workflows** (e.g., automatically create a new invoice in your accounting system when a booking starts).

**Why it matters:**\
Webhooks eliminate delays and manual effort. Instead of chasing data or running reports, you get instant updates that keep your whole operation moving in real time.

***

### What’s Included in the Bundle

* Full access to Loopit’s API documentation
* Developer keys to authenticate integrations
* Webhook configuration for event-driven automation
* Technical support for setup and best practices

***

### Best Suited For

* Businesses that want to integrate Loopit into existing systems
* Teams looking to reduce manual data entry and errors
* Providers who want to deliver a unique, branded customer experience


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.loopit.co/getting-started/bundles-and-pricing/api-access-bundle.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
