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

# Introduction

> Developer documentation for building integrations and automating drone operations with DroneBundle.

## What is DroneBundle?

DroneBundle is an all-in-one drone operations platform. It handles mission planning, flight logging, pilot management, compliance, invoicing, and reporting in a single system.

Teams use DroneBundle to plan flights with live weather data, track pilot certifications, run automated risk assessments, and generate audit-ready reports.

## Developer tools

DroneBundle provides two ways to integrate with your existing tools and workflows:

<Note>
  Need an API endpoint or webhook event that is not available yet? [Contact us](https://dronebundle.com/support) and let us know what you are building.
</Note>

<CardGroup cols={2}>
  <Card title="API Reference" icon="square-terminal" href="/api-reference/introduction">
    Use the REST API to manage projects, jobs, team members, and job types programmatically. Build custom integrations and automate your workflows.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/webhooks/overview">
    Receive real-time HTTP callbacks when resources in your workspace change. Subscribe to events like project creation or job updates.
  </Card>
</CardGroup>

## Core concepts

DroneBundle organizes work in a simple hierarchy:

* **Workspace** is your organization. API keys and webhooks are scoped to a single workspace.
* **Projects** group related work together (e.g., a client site, a region, or a contract).
* **Jobs** are individual tasks within a project (e.g., a roof inspection, a survey flight). Jobs can be one-time or recurring.
* **Job Types** define the categories of work your team performs (e.g., drone inspection, thermal inspection, 3D mapping).

The platform also includes flights, flight logs, pilot assignments, occurrences, client companies, risk assessments, invoicing, and more. API access to these entities will be rolled out over time.
