Skip to main content
GET
/
api
/
system
/
environment
/
local
Get local environment variables
curl --request GET \
  --url http://localhost:3000/api/system/environment/local
{
  "success": true,
  "data": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.elizaos.ai/llms.txt

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

Response

Local environment variables

success
boolean
Example:

true

data
object