II.
AgentProduct JSON
Structured · liveagent:amp
Sourcegraph Amp json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent:amp",
"_kind": "AgentProduct",
"_file": "agent-stack/products/amp.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Sourcegraph Amp",
"vendor": "Sourcegraph",
"homepageUrl": "https://ampcode.com/",
"primarySurface": "cli",
"supportTier": "catalog-backed",
"productKind": "full-cli-agent",
"stackScope": "full",
"description": "Sourcegraph's Amp CLI — an agentic coding assistant with multi-model\nsupport, specialized subagents (Oracle, Librarian), advanced code\nunderstanding, and MCP integration. Authenticates via SOURCEGRAPH_ACCESS_TOKEN.\n"
},
"outgoingEdges": [
{
"from": "agent:amp",
"to": "agent-version:amp@current",
"kind": "has_version"
}
],
"incomingEdges": [
{
"from": "agent-core-impl:amp.core@current",
"to": "agent:amp",
"kind": "composes",
"attributes": {
"role": "core"
}
},
{
"from": "agent-platform-impl:amp.platform@current",
"to": "agent:amp",
"kind": "composes",
"attributes": {
"role": "platform"
}
},
{
"from": "agent-runtime-impl:amp.runtime@current",
"to": "agent:amp",
"kind": "composes",
"attributes": {
"role": "runtime"
}
},
{
"from": "agent-version:amp@current",
"to": "agent:amp",
"kind": "version_of"
},
{
"from": "claim:amp-has-code-intelligence",
"to": "agent:amp",
"kind": "asserts_about"
},
{
"from": "claim:amp-has-sourcegraph-context",
"to": "agent:amp",
"kind": "asserts_about"
},
{
"from": "plugin-target:amp",
"to": "agent:amp",
"kind": "hosted_by",
"attributes": {}
},
{
"from": "scope-boundary:amp.scope",
"to": "agent:amp",
"kind": "bounds_subject"
}
]
}