The three ways an application can act
Changing this later moves where accounts live. Nothing is deleted, but what the
application already connected stops being what it uses. Treat it as a migration.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
An application whose own users connect their own upstream accounts, without your backend ever seeing their tokens. The application names the person; the gateway keeps their accounts apart.
| Acts as | Who signs in upstream | Fits |
|---|---|---|
| The application’s own | One set of accounts, connected once by an admin. | A batch job, a service with no human behind any given call. |
| Each end user, named by the application | Each of your users, once, through a link your product shows them. | A product whose users bring their own accounts. |
| Each end user, signed in through the platform | Each person, with the NeuralTrust login. An API key cannot act for one of them. | Anything where the person is present and should authenticate as themselves. |