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".
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".
GET /api/v1/bevm/health¶
| Property | Value |
|---|---|
| Authentication | Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key | not required |
| Success | 200 |
| Upstream | bevm-backend |