Link Header Support

Publish RFC 8288 Link headers for API catalog, OpenAPI, documentation, and MCP server-card relations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

It solves the problem of making Orquestra’s service endpoints discoverable by clients, crawlers, and MCP tooling without manual configuration.

Core Features & Use Cases

  • Published relations via RFC 8288 Link headers: Exposes machine-readable endpoints from Orquestra’s homepage and HTML responses.
  • Automated discovery for integrations: Provides pointers to the API catalog, OpenAPI spec, human-readable docs, and MCP server metadata so tools can self-configure.
  • Use Case: When building an internal client or agent integration, you can fetch the Link headers to reliably locate the correct API and MCP descriptors for your environment.

Quick Start

Ask your AI agent to fetch Orquestra’s homepage and read the RFC 8288 Link headers to determine where the API catalog, OpenAPI spec, documentation, and MCP server-card metadata are located.

Frequently Asked Questions about Link Header Support

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

FAQPage Schema
How do I advertise API endpoints and documentation via HTTP Link headers?

You advertise API endpoints via HTTP Link headers by emitting RFC 8288 Link relations such as api-catalog, service-desc, service-doc, and describedby with their target URLs. This allows clients to automatically locate API descriptors and MCP server metadata.

What is RFC 8288 Link header service discovery for API clients?

RFC 8288 Link header service discovery is a mechanism that provides machine-readable pointers to API catalogs, OpenAPI specs, and documentation. It allows automated integrations and agent tooling to self-configure by fetching Link headers instead of using hardcoded URLs.

Can MCP tooling automatically locate server metadata using Link headers?

Yes, MCP tooling can automatically locate server metadata by fetching Link headers. The headers publish describedby relations that point to MCP server-card metadata, enabling agents to bootstrap and find endpoints without manual configuration.

How do I set up automated API discovery for OpenAPI specifications?

You set up automated API discovery by emitting a service-desc Link relation in your HTTP responses that points to your OpenAPI specification. Clients and crawlers can then read this header to reliably locate the correct API descriptors for your environment.

Does Link header support work for client bootstrapping without hardcoded URLs?

Yes, Link header support works for client bootstrapping without hardcoded URLs. By publishing relations for api-catalog, service-doc, and service-desc, clients can dynamically fetch target URLs to locate endpoints and metadata required for integration setup.