For the complete documentation index, see llms.txt. This page is also available as Markdown.

cloudAiService

Detection evidence that classified a cloud asset as an AI service (agent / inference / vector store).

Examples

type CloudAiService {
  kind: String
  signals: [McpServerSignal]
  capabilities: [CloudAiServiceCapability]
  description: String
  provider: String
  protocolVersion: String
  endpoint: String
  declaresAuth: Boolean
}

Fields

Field
Description
Supported fields

kind String

Which AI service the asset serves: "a2a", "llm-inference" or "vector-store".

Signals that classified the asset. Absent when no signals were recorded.

signal String where String matched String

What the service advertises — A2A skills, served models or vector collections.

name String type String description String tags [String] target String exposed Boolean

description String

Self-description the service reports (an A2A card description). Absent when not advertised.

provider String

Backing model vendor the service advertises. Absent when not advertised.

protocolVersion String

Protocol version the service advertises (an A2A card protocolVersion).

endpoint String

Endpoint the service is invoked on, as advertised by the service itself.

declaresAuth Boolean

Whether the service declared an authentication scheme — contrast with the probe's auth verdict.

References

Fields with this object:

Last updated