Is your feature request related to a problem? Please describe.
PlatformAuthBackend is undocumented. Developers encounter it in sample agents but have no explanation of what it does, how it works, or when they should use it.
Describe the solution you'd like
Add documentation explaining the agent-to-agent authentication model in Agent Stack, including how context tokens and audience validation work, why agents should call each other through the agentstack-server gateway rather than directly, and where PlatformAuthBackend fits into that model.
Additional context
- Implementation:
apps/agentstack-sdk-py/src/agentstack_sdk/server/middleware/platform_auth_backend.py
- Example usage:
agents/chat/src/chat/agent.py#L292
Is your feature request related to a problem? Please describe.
PlatformAuthBackendis undocumented. Developers encounter it in sample agents but have no explanation of what it does, how it works, or when they should use it.Describe the solution you'd like
Add documentation explaining the agent-to-agent authentication model in Agent Stack, including how context tokens and audience validation work, why agents should call each other through the
agentstack-servergateway rather than directly, and wherePlatformAuthBackendfits into that model.Additional context
apps/agentstack-sdk-py/src/agentstack_sdk/server/middleware/platform_auth_backend.pyagents/chat/src/chat/agent.py#L292