Local provider credentials and connection state.
List connected accounts.
RuntimeConnectedApp rows, not the provider catalog. Use GET /v1/providers or MCP list_apps for providers.
List connected accounts. › Responses
JSON response.
successmessageReturn authenticated provider service IDs from the supplied candidates.
query Parameters
serviceCandidate service id to check. Repeat to check multiple services.
Return authenticated provider service IDs from the supplied candidates. › Responses
JSON response.
successmessagedataAuthenticated service IDs from the supplied candidates.
List connected accounts for one provider.
path Parameters
serviceProvider service identifier.
List connected accounts for one provider. › Responses
JSON response.
successmessageList local provider connections.
List local provider connections. › Responses
JSON response.
idStable local connection identifier.
serviceProvider service identifier.
authTypeConnection authentication type.
configuredWhether the provider is connected.
virtualWhether the connection needs no stored secret.
Stable provider account identity safe for users and agents.
Create or replace a local provider connection.
The accepted auth type and credential field keys are declared by the provider catalog auth metadata. Unknown fields are rejected.
Create or replace a local provider connection. › Request Body
authTypeConnection auth type: no_auth, api_key, or custom_credential.
connectionNameOptional local connection name. Defaults to default.
Credential values keyed by provider-declared field ids.
Create or replace a local provider connection. › Responses
JSON response.
idStable local connection identifier.
serviceProvider service identifier.
authTypeConnection authentication type.
configuredWhether the provider is connected.
virtualWhether the connection needs no stored secret.
Stable provider account identity safe for users and agents.
Disconnect a provider.
Disconnect a provider. › Responses
JSON response.
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object · requires: id, service, authType +3 more | |
| type = object · requires: service, configured |
idStable local connection identifier.
serviceProvider service identifier.
authTypeConnection authentication type.
configuredWhether the provider is connected.
virtualWhether the connection needs no stored secret.
Stable provider account identity safe for users and agents.