> ## Documentation Index
> Fetch the complete documentation index at: https://developer.fieldnode.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

Fieldnode API is a REST + JSON HTTP API, with the contract defined in TypeSpec and published as an OpenAPI 3.1 specification. It enables you to manage and query your organization data. All requests must use HTTPS. Note that even if the current version is v1 we consider this alpha for now.

## Base URL

All API requests use the following base URLs:

* Development: `https://api.lab.fieldnode.dev`
* Sandbox: `https://api.sandbox.fieldnode.dev`
* Production: `https://api.fieldnode.app`
