Metadatos
Apps OAuth del workspace (API v1)
Gestione apps creadas en el panel del workspace (distinto del DCR en/oauth/register para hosts MCP):
Para registro DCR (ChatGPT, Claude, MCP), use
POST /oauth/register — vea Quick Start OAuth.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Conecta apps de terceros y asistentes de IA con OAuth 2.1 — el usuario aprueba, recibes token temporal.
| Ruta | Uso |
|---|---|
GET /.well-known/oauth-authorization-server | Discovery RFC 8414 |
GET /.well-known/jwks.json | Claves públicas JWT |
GET /.well-known/oauth-protected-resource | Discovery MCP |
/oauth/register para hosts MCP):
| Método | Ruta | Alcances |
|---|---|---|
| GET | /v1/oauth/apps | oauth_apps:read |
| POST | /v1/oauth/apps | oauth_apps:manage |
| GET/PUT/DELETE | /v1/oauth/apps/{id} | oauth_apps:read / oauth_apps:manage |
| POST | /v1/oauth/apps/{id}/rotate-secret | oauth_apps:manage |
| GET | /v1/oauth/connections | oauth_apps:read |
| POST | /v1/oauth/connections/{grantId}/revoke | oauth_apps:manage |
POST /oauth/register — vea Quick Start OAuth.
¿Esta página le ayudó?
