Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Extend Fleet
Integrate your favorite tools with Fleet.
Customers
Stripe + Fleet
Stripe moved 10,000 Macs to Fleet, saving hundreds of thousands annually
Foursquare + Fleet
Foursquare quickly migrates to Fleet for device management.
Faire + Fleet
Faire secures Macs with CIS benchmarks and Fleet
What people are saying
Stories from the Fleet community.
More
Kitzy
Kitzy
Bootstrap packages let you install custom software during device enrollment. This guide shows you how to manage them through GitOps using Fleet's API.
Note: Each team needs its own bootstrap package. Teams can't share bootstrap packages.
Before you start, you'll need:
First, upload your bootstrap package to each team that needs it.
You can use either:
Repeat this step for every team that needs the package.
After uploading, retrieve the unique token for each team's bootstrap package.
Use the Get bootstrap package metadata API endpoint. The response includes the token you'll need for the next step.
In each team's YAML configuration file, add the bootstrap_package field with the download URL:
bootstrap_package: "https://your-fleet-instance.com/api/v1/fleet/bootstrap?token=your-token-here"Replace your-fleet-instance.com with your Fleet instance domain and your-token-here with the token from the previous step.
Learn more about bootstrap packages and setup experiences in the setup experience guide.