DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
AI for Frontend Developers Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
AI for Frontend Developers
Why does the Managed Agents pattern deliberately split MCP server declaration (on the agent) from credential storage (in a vault, at the session)?
A
It's an arbitrary API design choice with no real benefit
B
So a reusable, version-controlled agent config never itself contains a secret — credentials are attached separately, only at session-creation time
C
Because agents cannot store any configuration at all
D
To make the API slower on purpose
Check Answer