iiRecord
Agentic AI Atlas · Team Internal Marketplace (example)
plugin-marketplace:team-internal-examplea5c.ai
II.
PluginMarketplace JSON

plugin-marketplace:team-internal-example

Structured · live

Team Internal Marketplace (example) json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/plugin-marketplaces/canonical-marketplaces.yamlCluster · extensions
Record JSON
{
  "id": "plugin-marketplace:team-internal-example",
  "_kind": "PluginMarketplace",
  "_file": "extensions/plugin-marketplaces/canonical-marketplaces.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Team Internal Marketplace (example)",
    "description": "Hypothetical team-private marketplace served from a local\nmarketplace.json or a remote URL — registered via\n`extraKnownMarketplaces` in `.claude/settings.json` so all team\nmembers trust the same source.\n",
    "marketplaceId": "team-internal",
    "source": "local",
    "sourceUri": "./.claude-plugin/marketplace.json",
    "categories": [
      "development-workflows"
    ],
    "autoUpdate": false,
    "official": false
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "plugin-marketplace:team-internal-example",
      "kind": "has_marketplace",
      "attributes": {}
    }
  ]
}