Skip to main content
GET

Overview

Returns the public Danube agent skill (skill.md) as Markdown, with an organization header prepended when an organization resolves for the caller. Teams distribute this one file to engineers so every agent connects the same governed way. The header contains a heading with the organization name, the organization ID, a project-scope .mcp.json snippet that pins the danube-org-id header, a reminder to set DANUBE_API_KEY in the environment, and a --- separator. The unmodified base skill follows. Without a resolvable organization the base skill is returned on its own. The organization is resolved the same way as Get Org Context: explicit selector, then the key’s bound organization, then the personal organization. If resolution fails for a reason other than 401 or 404, the base skill is returned without a header. Auth: Accepts either JWT or API key (danube-api-key header). The Python and TypeScript SDKs do not wrap this endpoint yet. Call it directly.

Query Parameters

string
Organization UUID to scope the skill to. Requires membership.

Headers

string
Same as org_id. Ignored when the query parameter is present.

Response

The body is Markdown, not JSON. The Content-Type is text/markdown; charset=utf-8. Save it as a file and hand it to your agent.

Errors

Example