AgentPrismMetaResponse
Response for {prefix}/api/meta. Carries the minimum information the
UI needs to configure itself.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
version |
yes | string |
AgentPrism version. | — |
prefix |
yes | string |
Path prefix the endpoints are connected to. The UI builds its own calls from this. | — |
authentication |
yes | AgentPrismAuthenticationMeta |
Active authentication methods. | — |
storage |
yes | AgentPrismStorageMeta |
Active storage implementations. | — |
roles |
yes | AgentPrismRoleMeta |
Role permissions of the current caller. | — |