platform_auth_profiles
Manage project auth profiles securely without raw secrets in context — list, create, update, validate, revoke, delete, and initiate OAuth via secure Studio flows.
Instructions
[Arch Build] Arch creates and changes projects, agents, tools, configuration, versions, and deployments. Manage project auth profiles without placing raw secrets in MCP context. Actions: list, get, create metadata, update metadata, validate, revoke, delete, providers, integrations, oauth_initiate. Complete secret entry or OAuth consent through the secure Studio flow returned by the platform.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| tags | No | ||
| limit | No | Maximum list results | |
| scope | No | ||
| action | Yes | ||
| config | No | Non-secret auth configuration. Raw credentials are rejected. | |
| cursor | No | Cursor returned by a previous list response | |
| search | No | Auth profile name search for list | |
| confirm | No | Required for delete and revoke | |
| enabled | No | ||
| authType | No | ||
| category | No | ||
| connector | No | ||
| profileId | No | Auth profile ID | |
| projectId | Yes | Project ID | |
| usageMode | No | ||
| visibility | No | ||
| description | No | ||
| environment | No | ||
| isUserConsent | No | ||
| authProfileRef | No | ||
| connectionMode | No | ||
| connectionConfig | No | Non-secret OAuth URL template values used by oauth_initiate. |