Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configuration used by AIR applications and worker processes.
AIR_BASE_URL
https://dev.airapi.papermap.ai
AIR_APP_KEY
import os from air import AirClient client = AirClient( os.environ["AIR_BASE_URL"], os.environ["AIR_APP_KEY"], )
AIR_WORKER_KEY
AIR_WORKER_ENV
default
AIR_WORKER_CLAIM_TIMEOUT
5
AIR_BASE_URL="https://dev.airapi.papermap.ai" \ AIR_WORKER_KEY="<from-secret-manager>" \ AIR_WORKER_ENV="staging" \ air worker start --module tools
.env
Was this page helpful?