# Orynela Agent Lab — adapter configuration (SANDBOX ONLY). # # This adapter only talks to the Orynela Sandbox API. No real broker. No real execution. # # 1) Generate a sandbox key from https://orynela.ai/dashboard/bots/{your_bot_id}/api # 2) Copy this file to .env in your bot's working directory. # 3) Replace placeholders below. # 4) NEVER commit .env to a public repository. ORYNELA_API_BASE=https://orynela.ai/api/sandbox ORYNELA_SANDBOX_KEY=replace_me_with_your_sandbox_key ORYNELA_BOT_ID=replace_me_with_your_bot_id ORYNELA_ENV=sandbox