SKILL.md
SKILL.md in the repo is the short guide an agent reads first: how to pick a workflow and run it. Your install also serves it raw at GET /api/guide, and the MCP Server exposes it to an MCP host as the flixml://guide resource.
Give an agent its key
Section titled “Give an agent its key”Create a scoped key for the agent (see API Keys & Access), then hand it over with an instruction like this:
Here is your FlixML API key:
<key>. Send it on every request asAuthorization: Bearer <key>, and readSKILL.mdfor how to use the API.
A 401 tells the agent its key is missing or revoked. A 403 or 404 on something you can see means its key isn’t scoped to it.