# Developer API



<EndpointIndex
  names={['buildBundle', 'downloadBundle']}
  titles={{
  	buildBundle: 'Build a Development Bundle',
  	downloadBundle: 'Download a Development Bundle',
  }}
/>

Build a Development Bundle [#build-a-development-bundle]

<ApiEndpoint name="buildBundle" title="Build a Development Bundle" />

Download a Development Bundle [#download-a-development-bundle]

<ApiEndpoint name="downloadBundle" title="Download a Development Bundle" />


## API Reference

POST /config/{tenantLocator}/developer/build — buildBundle
Tags: developer-controller
Permissions: build
Parameters:
  tenantLocator (uuid, path, required)
Responses:
  200 — OK

GET /config/{tenantLocator}/developer/download — downloadBundle
Tags: developer-controller
Permissions: download
Parameters:
  tenantLocator (uuid, path, required)
Responses:
  200 — OK