API Catalog Support

Publish an RFC 9727 API catalog with application/linkset+json output.

21|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/berkayoztunc/orquestra --skill api-catalog-support
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: API Catalog Support
Source: https://github.com/berkayoztunc/orquestra/tree/main/packages/frontend/assets/.well-known/agent-skills/api-catalog
Command: npx skills add https://github.com/berkayoztunc/orquestra --skill api-catalog-support

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

It solves the problem of helping AI agents and tooling reliably discover Orquestra’s available HTTP APIs without manual configuration.

Core Features & Use Cases

  • RFC 9727 API catalog publication: Exposes a standardized linkset catalog at a predictable endpoint for ecosystem discovery.
  • Machine-readable link discovery: Provides anchors and related service description, documentation, and status links for automated ingestion.
  • OpenAPI canonical reference: Points consumers to the authoritative OpenAPI spec at https://api.orquestra.dev/openapi.json for accurate endpoint schemas.

Quick Start

Ask your AI agent to fetch the API catalog from /.well-known/api-catalog and then read the linked OpenAPI document at https://api.orquestra.dev/openapi.json to understand the available endpoints.

Frequently Asked Questions about API Catalog Support

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover available HTTP APIs for automated agents without manual configuration?

You can discover available HTTP APIs by fetching a standardized RFC 9727 API catalog from the /.well-known/api-catalog endpoint. This exposes a machine-readable linkset that automated clients and orchestration layers can ingest to automatically find available services.

What is an RFC 9727 linkset JSON catalog and how does it work for API discovery?

An RFC 9727 linkset JSON catalog is a standardized document format that provides application/linkset+json output. It contains an array of anchor entries with service-desc, service-doc, and status links, enabling automated clients to reliably discover HTTP services without manual endpoint configuration.

How do I get the OpenAPI schema for Orquestra HTTP services?

To get the OpenAPI schema for Orquestra HTTP services, fetch the API catalog from /.well-known/api-catalog and follow the canonical service description link. This points directly to the authoritative OpenAPI spec at https://api.orquestra.dev/openapi.json for accurate endpoint schemas.

Does this API catalog support MCP-ready agent runtimes and orchestration tooling?

Yes, the API catalog is designed for MCP-ready agent runtimes, orchestration layers, and documentation tooling. It targets automated clients that require linkset-based API discovery and OpenAPI ingestion, providing standardized machine-readable link discovery for ecosystem integration.

What links are included in the linkset array for service discovery?

The linkset array includes anchor entries with service-desc links pointing to the canonical OpenAPI URL, service-doc links for documentation, and status links. This provides automated clients with all necessary references for ingesting and understanding available HTTP services.