Learning outcomes
- Explain the operating model behind Delegated Credentials for AI Tools.
- Evaluate trade-offs and failure modes for Delegated Credentials for AI Tools.
- Apply Delegated Credentials for AI Tools to a production decision.
Mental model
Delegation gives the executor a narrow capability for one purpose, not the user's durable credential or the application's full authority.
Learning outcomes
- Explain the mechanism and ownership boundaries behind Delegated Credentials for AI Tools.
- Compare the main design alternatives and their operational trade-offs.
- Diagnose common failures and select evidence for a production decision.
Theory
Issue short-lived tokens bound to audience, subject, scopes, resource, and transaction where possible. Keep secret material outside prompts and logs, rotate it through a broker, and revoke it when approval or session state changes.
Trade-offs
Per-action credentials reduce exposure but require token exchange and reliable identity propagation. Shared service credentials are simpler but erase attribution and tenant boundaries.
Failure modes and misconceptions
Embedding tokens in prompts; overbroad scopes; long expiry; accepting tokens at unintended audiences; logging secrets; and reusing credentials across tenants.
Decision scenario
An agent needs temporary access to update one calendar event. Define the token audience, scope, lifetime, and audit fields.
Why is a short-lived token still unsafe if it is not audience or resource bound?
Primary sources
oauth-security-bcpmcp-specification
Evidence assessment
Theory and decision mastery
Decision scenario
A production team must adopt Delegated Credentials for AI Tools while meeting quality, latency, security, and operating constraints.
Which decision process is most defensible?
Relationships
Delegated Credentials for AI Tools builds on tool-authorization.
Delegated Credentials for AI Tools informs governed production decisions and review evidence.
Primary sources
- Model Context Protocol Architecture and Tools Specification — Model Context Protocol, verified 2026-07-21
- OAuth 2.0 Security Best Current Practice — IETF, verified 2026-07-21