API purpose, base URL, auth requirements, environment variables, and account-safety boundaries.
Skill files
Generate skill files that teach agents how to use your API.
Sourced turns OpenAPI operations, auth schemes, examples, error shapes, and docs notes into skill-file drafts for coding agents. The goal is simple: fewer hallucinated endpoints and more first-try integrations.
Unlimited previews. No credit card required.
01Outputs
What goes into a generated skill file
Common workflows described as agent steps, not just endpoint lists.
Operation examples, request/response shapes, pagination, rate-limit notes, and destructive-action warnings.
Links back to canonical docs, llms.txt, generated SDKs, and MCP tools.
02Teams
How teams should use it
Generate the draft from OpenAPI in Sourced.
Have an engineer review safety constraints, auth wording, and destructive operations.
Install it into the agent environment or repo alongside SDK/docs artifacts.
Regenerate after OpenAPI changes so the agent instructions do not drift.
03Details
Manual path vs Sourced path
Manual path: write a skill from scratch, audit every endpoint, and remember to update it on each API release.
Sourced path: generate from the same OpenAPI source as docs, SDKs, and MCP, then review the few places where human intent matters.