docs(api): add Skills & Prompts (AI Registry) reference + guides#535
Open
andreaonofrei01 wants to merge 1 commit into
Open
docs(api): add Skills & Prompts (AI Registry) reference + guides#535andreaonofrei01 wants to merge 1 commit into
andreaonofrei01 wants to merge 1 commit into
Conversation
Expose the AI Registry Skills and Prompts endpoints in the public docs. - Add /v2/skills and /v2/prompts (CRUD + versions) to the API reference by splicing them into openapi-public-doc.yaml (additive only) - Add Skills and Prompts guides under studio-api - Add request-body examples for the skills/prompts create operations - Refresh SDK code samples to client-ts 2.4.0 / client-python 2.5.1 (first releases that include skills/prompts); remove superseded tarballs - Drop orphaned fine-tuning example patches whose schemas were removed upstream; agents/fine-tuning reference pages are removed as those tags no longer carry operations
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Exposes the AI Registry Skills and Prompts endpoints (
/v2/skills*,/v2/prompts*) in the public docs: API reference + conceptual guides + SDK code samples.Changes
beta.skills,beta.prompts) and 23 schemas intoopenapi-public-doc.yaml(additive only), and regeneratedendpoint/beta/skills/+endpoint/beta/prompts/viapnpm api:build.studio-api/skillsandstudio-api/promptspages (concept + create/list/version/share/delete how-to).{}).client-ts2.4.0 andclient-python2.5.1 (first releases that ship skills/prompts), so every endpoint now renders current curl + Python + TypeScript samples. Superseded tarballs removed.agentsandfine-tuningreference pages are removed because those tags no longer carry operations (moved tobeta.agents/models).Testing
pnpm type-checkpasses.pnpm api:buildcompletes with 0 orphan patches.Notes / follow-ups
api:build:fr) is a follow-up (it was already behind onmain).openapi-public-doc.yamlare a targeted hand-splice; a fullpnpm api:fetchwill re-sync the snapshot to the complete dashboard spec.