| Alias | {{ element.alias }} | Grantee | @if (element.grantee) { {{ element.grantee }} } @else if (element.type === 'PUBLIC') { Public } @else if (element.type === 'MCP') { Model Context Protocol (MCP) } | Permission |
|
Last Used | @if (element.lastUsedAt) { {{ element.lastUsedAt | date: defaultDateFormat() }} } @else { – } | Expiration | {{ element.expiresAt | date: defaultDateFormat() }} | Details |
@if (element.type === 'PUBLIC') {
@if (user()?.settings?.isExperimentalFeatures) {
GET {{ baseUrl }}/api/v1/public/{{
element.id
}}/portfolio
{{ baseUrl }}{{ mcpEndpoint }}
Authorization: Bearer {{ element.id }}
|
} |
|---|