> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentpowers.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Api Catalog



## OpenAPI

````yaml /openapi.json get /.well-known/api-catalog
openapi: 3.1.0
info:
  title: AgentPowers API
  description: Paid marketplace for Claude Code skills and agents
  version: 0.1.0
servers:
  - url: https://api.agentpowers.ai
    description: Production
security: []
paths:
  /.well-known/api-catalog:
    get:
      tags:
        - well-known
      summary: Api Catalog
      operationId: api_catalog__well_known_api_catalog_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````