Skip to content

Vault

Vault is a medium-depth plugin that provides unified, encrypted credential and configuration management. All API keys in one place, accessible by authorized agents on demand.

  • Encrypted storage — API tokens stored with encryption at rest
  • Per-agent access control — agents only see keys they’re authorized for
  • MCP config management — store and manage MCP server configurations
  • Agent skill registry — register and discover agent capabilities
TypeExample
API TokensOpenAI, Anthropic, Linear, GitHub
MCP ConfigsServer endpoints, authentication
Agent SkillsRegistered capabilities and tools
Terminal window
# Check vault status
.\entrance.exe nota status
# → token_count: 5, mcp_config_count: 3
# Agents access keys through MCP tools
# (keys never leave the Entrance process)
  • Entrance = trusted core (runs as system service)
  • External agents = non-privileged clients (access via MCP/HTTP)
  • Keys are never exposed in agent prompts — agents request access, Entrance injects at runtime