To create an API token, go to the Settings & Billing → API Keys page on the dashboard. The key is shown to your only when it’s created. If you lose it, you’ll have to roll the key or create a new one.Documentation Index
Fetch the complete documentation index at: https://www.latitude.sh/docs/llms.txt
Use this file to discover all available pages before exploring further.
Using your API key
When you create your API key, you will see it in the same section of your Dashboard. You can edit the key name, rotate the token, or delete the key entirely from here. To use your API key simply provide it as part of the authorization header when you make a request. Tokens use the bearer authorization header when you make a request.Read-only mode
Read-only API keys are limited to GET requests. Enable the Read-only toggle when creating or editing an API key.IP access restrictions
You can restrict API key usage to specific IP addresses or CIDR ranges. Requests from IPs not on the allowlist will be rejected. To configure IP restrictions:- Enable the Limited access toggle when creating or editing an API key
- Enter one or more IP addresses or CIDR ranges (e.g.,
192.168.1.1or10.0.0.0/24) - Click + to add additional IPs
/32, IPv6 gets /128).