Local Testing
- Create your skill with
defineSkill() - Run
theo skill validateto check the manifest - Use per-request skills to test without installing:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Welcome to Theo Docs — the AI orchestration API.
Test skills in isolation before publishing.
POST /api/v1/skills/sandbox
defineSkill()theo skill validate to check the manifestconst res = await theo.complete({
prompt: "Test: check stock for SKU-123",
skills: ["my-skill-slug"],
});
Was this page helpful?
