iiRecord
Agentic AI Atlas · Secrets Manager
stack-part:secrets-managera5c.ai
II.
StackPart JSON

stack-part:secrets-manager

Structured · live

Secrets Manager json

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

File · domain/stack-parts/secrets-manager.yamlCluster · domain
Record JSON
{
  "id": "stack-part:secrets-manager",
  "_kind": "StackPart",
  "_file": "domain/stack-parts/secrets-manager.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Secrets Manager",
    "category": "security",
    "description": "Stores and brokers access to credentials, API keys, and certificates. Examples: HashiCorp Vault, AWS Secrets Manager, GCP Secret Manager.\n",
    "commonImplementations": [
      "tool:vault"
    ]
  },
  "outgoingEdges": [
    {
      "from": "stack-part:secrets-manager",
      "to": "tool:vault",
      "kind": "implemented_by"
    },
    {
      "from": "stack-part:secrets-manager",
      "to": "skill-area:secrets-rotation",
      "kind": "stack_part_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "platform-service:k8s-secret",
      "to": "stack-part:secrets-manager",
      "kind": "implements_stack_part"
    },
    {
      "from": "platform-service:k8s-secret",
      "to": "stack-part:secrets-manager",
      "kind": "implements_stack_part",
      "attributes": {}
    },
    {
      "from": "skill-area:configuration-management",
      "to": "stack-part:secrets-manager",
      "kind": "uses_stack_part"
    },
    {
      "from": "skill-area:secrets-rotation",
      "to": "stack-part:secrets-manager",
      "kind": "uses_stack_part"
    },
    {
      "from": "tool-server:mcp-1password",
      "to": "stack-part:secrets-manager",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-vault",
      "to": "stack-part:secrets-manager",
      "kind": "integrates_with",
      "attributes": {}
    }
  ]
}