Skip to main content
GET
/
api
/
system
/
version
Get Version
curl --request GET \
  --url https://api.example.com/api/system/version
{
  "version": "1.0.0",
  "commit": "abc123def456",
  "buildTime": "2024-12-28T10:00:00Z"
}

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.

Get the ElizaOS version information.

Response

version
string
Semantic version string (e.g., “1.0.0”)
commit
string
Git commit hash
buildTime
string
ISO 8601 build timestamp
{
  "version": "1.0.0",
  "commit": "abc123def456",
  "buildTime": "2024-12-28T10:00:00Z"
}