Compare

Sallyport and Auth0 Token Vault

A vault that hands the token to your code, which is the pattern the MCP specification refuses.

Token Vault stores a user’s third-party tokens and gives your application a clean way to get one when it needs it. For a normal web backend that is a good design and Auth0 builds it well.

ThemSallyport
Where the token ends upIn your agent’s processOn the wire from our executor, and nowhere else
Per-call human approvalNoYes
Who makes the upstream callYour codeThe gateway
MCP 2026-07-28 postureThe client receives the tokenThe server holds it, as the revision requires

Where they are ahead

Identity infrastructure, breadth of connections and an ecosystem you can hire for. If your agent is a feature inside an application you already secure with Auth0, staying there is reasonable.

Where the difference is

An agent is a program that decides what to do with what it holds. A token in its process is a token in its context, its logs and its retries. The MCP revision of 2026-07-28 says a server holding tokens bound to a user must not transmit them to the client. We execute the call so the question never comes up.

Read the security page before you decide

It says what the design holds by construction and what your own catalogue decides, hop by hop.

Connect my first agent

Free for 10,000 calls a month. No card.