XGuard Secretless Agent Gateway
v5.0.2•XGuard
Read-only discovery for XGuard Secretless Agent Gateway: canonical MCP/API metadata, Secretless Egress and ProofRail. Reusable credentials are not provisioned or exposed through this discovery surface.
Skills
Secretless Agent Egress
Discover how an agent can call credential-protected APIs through scoped XGuard capabilities while the reusable credential remains server-side.
secretless-egresscredential-securityai-agent-securityDiscover XGuard
Return canonical public XGuard discovery endpoints for MCP, OpenAPI, llms.txt, registry manifests and security metadata.
mcpai-agent-securitysecretless-egressdeveloper-toolsConnect to XGuard MCP
Return the canonical Streamable HTTP MCP endpoint and concise client connection snippets.
mcpstreamable-httpclaudecodexcursorExplain Secretless Egress
Explain XGuard's secretless credential custody, scoped capabilities and ProofRail execution evidence without performing credential-backed actions.
credential-securityapi-securityproofrailagent-egress
Integration
import asyncio
from a2a_registry import AsyncRegistry
async def main():
async with AsyncRegistry() as registry:
agent = await registry.get_by_id("f1ff81da-28f6-492b-9ad1-a62834a636eb")
client = await agent.async_connect()
print(f"Connected to {agent.name}")
asyncio.run(main())