Skip to content

Return agent integration facts for this installation. This endpoint does not discover an unknown workspace host.

GET
/api/workspace/admin/agent-integration
curl --request GET \
--url https://example.com/api/workspace/admin/agent-integration
  • None
access_token
string

Optional access token for clients that cannot set Authorization headers. Prefer Authorization: Bearer <token> when possible.

OK

Media typeapplication/json
object
Data

Agent integration facts for this Moltaro installation.

object
WorkspaceDisplayName

Workspace display name shown in the UI.

string
nullable
PublicApiBaseUrl

Resolved workspace API base URL. This is not the Moltaro public website or documentation URL.

string
nullable
PublicOpenApiUrl

Installation-local runtime OpenAPI document URL.

string
nullable
ConfigurationOpenApiUrl

Installation-local curated configuration OpenAPI document URL.

string
nullable
DocsUrl

Public product documentation URL for reference only; workspace API routes are not served from this origin.

string
nullable
ManagedSecretsDocsUrl

Canonical public guide for managed-secret administration and trusted C# usage.

string
nullable
LlmsFullUrl

Machine-readable full documentation URL for AI agents.

string
nullable
ReleaseNotesUrl

Versioned Moltaro release-note index that agents read before starting work.

string
nullable
Errors
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Warnings
Array<object>
nullable
object
Code
required
string
nullable
Message
required
string
nullable
Target
string
nullable
Field
string
nullable
Metadata
object
key
additional properties
string
nullable
Type
integer format: int32
Allowed values: 0 1 2
Severity
integer format: int32
Allowed values: 0 1 2
Success
boolean
Example
{
"Errors": [
{
"Type": 0,
"Severity": 0
}
],
"Warnings": [
{
"Type": 0,
"Severity": 0
}
]
}

Forbidden

Media typeapplication/json
object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties
Examplegenerated
{
"type": "example",
"title": "example",
"status": 1,
"detail": "example",
"instance": "example"
}