system
Build version
Returns build/version information for the running binary.
GET
Build version
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns build/version information for the running binary.
curl --request GET \
--url https://agentgateway-admin.dev.neuraltrust.ai/__/version{
"app_name": "<string>",
"build_date": "<string>",
"commit": "<string>",
"go_version": "<string>",
"platform": "<string>",
"version": "<string>"
}curl --request GET \
--url https://agentgateway-admin.dev.neuraltrust.ai/__/version{
"app_name": "<string>",
"build_date": "<string>",
"commit": "<string>",
"go_version": "<string>",
"platform": "<string>",
"version": "<string>"
}