Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.firmable.com/llms.txt

Use this file to discover all available pages before exploring further.

Bearer Token

When requesting resources, you will need your Firmable key — you will find it in the Dashboard. Here’s how to add the key to the request header using cURL:
curl https://api.firmable.com/company/... \
  -H "Authorization: Bearer fbl_xxx"
Always keep your root safe and reset it if you suspect it has been compromised.