Six things used to be called “credentials”. They do different jobs, live in different places and are revoked in different ways, so each one has its own name.
| Name | What it is | Whose |
|---|---|---|
| house key | Our own model-provider account, spent on your behalf on a paid tier. | ours |
| endpoint | Your own model-provider account — Bedrock, Anthropic, OpenAI, or any OpenAI-compatible server. Models from your endpoints appear in every dropdown and are used in preference to ours. | yours |
| step key | A secret you paste so an external step can call a service. | yours |
| connection | An OAuth grant letting a step act on your own account somewhere else. | yours |
| app credentials | The client id and secret identifying Impromptune to a provider, so a Connect button can exist at all. | ours |
| API key | A key your caller sends to us to reach a served version. | yours |
Everything of yours is revocable from Endpoints & keys in the studio. Revoking a step key leaves the step wired but unauthorised, which is deliberate: you get an error naming the step, not a program that silently stopped using it.
A connection is made on the provider's own consent screen — you are never asked to paste an admin token into us to make one. You can revoke it from the provider's side as well as ours, and we record the scopes it actually granted rather than the ones we requested, so a step needing permission you did not give says so instead of failing at row one.
You may hold more than one connection to the same provider. If you do, each step asks which account to use — useful when the data lives in one portal and your sandbox is another.