# DroneBundle ## Docs - [Authentication](https://dronebundle.com/docs/api-reference/authentication.md): How to authenticate with the DroneBundle API using API keys. - [API Reference Introduction](https://dronebundle.com/docs/api-reference/introduction.md): DroneBundle REST API for managing projects, jobs, team members, and job types. - [Assign Pilots](https://dronebundle.com/docs/api-reference/jobs/assign-pilots.md): Assign one or more pilots to a job. - [Create Job](https://dronebundle.com/docs/api-reference/jobs/create-job.md): Create a new job within a project. - [Create Job Type](https://dronebundle.com/docs/api-reference/jobs/create-job-type.md): Create a custom job type for your workspace. - [Delete Job](https://dronebundle.com/docs/api-reference/jobs/delete-job.md): Permanently delete a job from a project. - [Delete Job Type](https://dronebundle.com/docs/api-reference/jobs/delete-job-type.md): Delete a custom job type from your workspace. - [Get Job](https://dronebundle.com/docs/api-reference/jobs/get-job.md): Retrieve a single job by ID. - [Get Job Type](https://dronebundle.com/docs/api-reference/jobs/get-job-type.md): Retrieve a single job type by ID. - [List Job Types](https://dronebundle.com/docs/api-reference/jobs/list-job-types.md): List all job types available in your workspace. - [List Project Jobs](https://dronebundle.com/docs/api-reference/jobs/list-project-jobs.md): List all jobs within a project. - [Unassign Pilots](https://dronebundle.com/docs/api-reference/jobs/unassign-pilots.md): Remove one or more pilots from a job. - [Update Job](https://dronebundle.com/docs/api-reference/jobs/update-job.md): Update an existing job within a project. - [Archive Project](https://dronebundle.com/docs/api-reference/projects/archive-project.md): Archive or unarchive a project. - [Create Project](https://dronebundle.com/docs/api-reference/projects/create-project.md): Create a new project in your workspace. - [Delete Project](https://dronebundle.com/docs/api-reference/projects/delete-project.md): Permanently delete a project and all its related data. - [Get Project](https://dronebundle.com/docs/api-reference/projects/get-project.md): Retrieve a single project by ID. - [List Projects](https://dronebundle.com/docs/api-reference/projects/list-projects.md): List all projects in your workspace. - [Update Project](https://dronebundle.com/docs/api-reference/projects/update-project.md): Update an existing project in your workspace. - [Sandbox](https://dronebundle.com/docs/api-reference/sandbox.md): Test your integration in a safe sandbox environment before going to production. - [Get Team Member](https://dronebundle.com/docs/api-reference/team/get-team-member.md): Retrieve a single team member by ID. - [List Team Members](https://dronebundle.com/docs/api-reference/team/list-team-members.md): List all team members in your workspace. - [Create Webhook](https://dronebundle.com/docs/api-reference/webhooks/create-webhook.md): Create a new webhook subscription in your workspace. - [Delete Webhook](https://dronebundle.com/docs/api-reference/webhooks/delete-webhook.md): Permanently delete a webhook subscription. - [Get Webhook](https://dronebundle.com/docs/api-reference/webhooks/get-webhook.md): Retrieve a single webhook subscription and its recent delivery logs. - [List Webhooks](https://dronebundle.com/docs/api-reference/webhooks/list-webhooks.md): List all webhook subscriptions in your workspace. - [Update Webhook](https://dronebundle.com/docs/api-reference/webhooks/update-webhook.md): Update an existing webhook subscription. - [Introduction](https://dronebundle.com/docs/introduction.md): Developer documentation for building integrations and automating drone operations with DroneBundle. - [job.created](https://dronebundle.com/docs/webhooks/job-created.md): Received when a new job is created. - [job.deleted](https://dronebundle.com/docs/webhooks/job-deleted.md): Received when a job is deleted. - [job_type.created](https://dronebundle.com/docs/webhooks/job-type-created.md): Received when a new job type is created. - [job_type.deleted](https://dronebundle.com/docs/webhooks/job-type-deleted.md): Received when a job type is deleted. - [job.updated](https://dronebundle.com/docs/webhooks/job-updated.md): Received when a job is updated. - [Webhooks](https://dronebundle.com/docs/webhooks/overview.md): Receive real-time notifications when events happen in your workspace. - [project.created](https://dronebundle.com/docs/webhooks/project-created.md): Received when a new project is created. - [project.deleted](https://dronebundle.com/docs/webhooks/project-deleted.md): Received when a project is deleted. - [project.updated](https://dronebundle.com/docs/webhooks/project-updated.md): Received when a project is updated. - [Verify Signatures](https://dronebundle.com/docs/webhooks/verify-signatures.md): Validate that incoming webhooks are sent by DroneBundle. ## OpenAPI Specs - [openapi](https://dronebundle.com/docs/api-reference/openapi.json)