Skip to content

Service

3 endpoints. Every path below is served by bevm-backend behind the gateway at https://api.trilocore.ai.

POST /api/v1/bevm/ai/explanations

Not available

This endpoint belongs to the AI plane, which is not currently running. Calls reach the gateway and then fail upstream.

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend

Request body not published

This endpoint accepts a body, but no machine-readable schema for it is published yet, so none is shown. The example below is therefore incomplete — do not read it as "send no body".

curl -X POST https://api.trilocore.ai/api/v1/bevm/ai/explanations \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

POST /api/v1/bevm/ai/proposals

Not available

This endpoint belongs to the AI plane, which is not currently running. Calls reach the gateway and then fail upstream.

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend

Request body not published

This endpoint accepts a body, but no machine-readable schema for it is published yet, so none is shown. The example below is therefore incomplete — do not read it as "send no body".

curl -X POST https://api.trilocore.ai/api/v1/bevm/ai/proposals \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

GET /api/v1/bevm/health

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend
curl -X GET https://api.trilocore.ai/api/v1/bevm/health \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"