Openwork .well Known API

The .well Known API from Openwork — 8 operation(s) for .well known.

Operations 8

GET /.well-known/oauth-authorization-server/api/auth #
GET /.well-known/openid-configuration/api/auth #
GET /.well-known/oauth-authorization-server #
GET /.well-known/openid-configuration #
GET /.well-known/oauth-protected-resource #
GET /.well-known/oauth-protected-resource/mcp #
GET /.well-known/oauth-protected-resource/mcp/agent #
GET /.well-known/oauth-protected-resource/mcp/admin #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/openwork-well-known-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

openwork-well-known-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Den Admin .well Known .well Known API
  description: 'OpenAPI spec for the Den control plane API.


    Authentication:

    - Use `Authorization: Bearer <session-token>` for user-authenticated routes that require a Den session.

    - Use `x-api-key: <den-api-key>` for API-key-authenticated routes that accept organization API keys.

    - Public routes like health and documentation do not require authentication.


    Swagger tip: use the security schemes in the Authorize dialog to set either `bearerAuth` or `denApiKey` before trying protected endpoints.'
  version: dev
servers:
- url: https://api.openworklabs.com
tags:
- name: .well Known
paths:
  /.well-known/oauth-authorization-server/api/auth:
    get:
      operationId: getWellKnownOauthAuthorizationServerApiAuth
      responses:
        '200': {}
      tags:
      - .well Known
  /.well-known/openid-configuration/api/auth:
    get:
      operationId: getWellKnownOpenidConfigurationApiAuth
      responses:
        '200': {}
      tags:
      - .well Known
  /.well-known/oauth-authorization-server:
    get:
      operationId: getWellKnownOauthAuthorizationServer
      responses:
        '200': {}
      tags:
      - .well Known
  /.well-known/openid-configuration:
    get:
      operationId: getWellKnownOpenidConfiguration
      responses:
        '200': {}
      tags:
      - .well Known
  /.well-known/oauth-protected-resource:
    get:
      operationId: getWellKnownOauthProtectedResource
      responses:
        '200': {}
      tags:
      - .well Known
  /.well-known/oauth-protected-resource/mcp:
    get:
      operationId: getWellKnownOauthProtectedResourceMcp
      responses:
        '200': {}
      tags:
      - .well Known
  /.well-known/oauth-protected-resource/mcp/agent:
    get:
      operationId: getWellKnownOauthProtectedResourceMcpAgent
      responses:
        '200': {}
      tags:
      - .well Known
  /.well-known/oauth-protected-resource/mcp/admin:
    get:
      operationId: getWellKnownOauthProtectedResourceMcpAdmin
      responses:
        '200': {}
      tags:
      - .well Known
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: session-token
      description: 'Session token passed as `Authorization: Bearer <session-token>` for user-authenticated Den routes.'
    denApiKey:
      type: apiKey
      in: header
      name: x-api-key
      description: Organization API key passed as the `x-api-key` header for API-key-authenticated Den routes.