Python SDK
skills
Smart-route a query to the best skill
Smart routing: semantic search + performance re-ranking (Pro tier).
Embeds the query, finds relevant skills via cosine similarity, then re-ranks by historical performance data. When the caller’s whole eligible menu fits the description token budget, returns the full menu instead (show-all-under-budget — topk design §5).
If include_attachments is true (default), the response includes
bundled script content for skills that have multi-file bundles.
POST
Python SDK