Skip to main content

diagrid agent registry get

Show details for an AI agent from the registry

Description

Show details for an AI agent in a project.

Agents registered in the same project can share a name if they belong to different App IDs. When a name is ambiguous, pass --app-id to pick the intended registration.

diagrid agent registry get <agent-name> [flags]

Examples


# Show details for an AI agent by name
diagrid agent registry get my-agent --project my-project

# Disambiguate when multiple agents share a name, by App ID
diagrid agent registry get my-agent --app-id my-app --project my-project

Options

-p, --project string Name of existing project
-a, --app-id string App ID to disambiguate agents
-o, --output string Output format, supported [table, yaml, json] (default "table")
-h, --help help for get

Options inherited from parent commands

--api-key string Diagrid Cloud API key

SEE ALSO