repos

Create Repo

Create a repo.

post/api/v1/repos

Request body

repo_handlestring required
descriptionstring nullable
readmestring nullable
is_publicboolean required
tagsstring[] nullable
repo_type'prompt' | 'file' | 'agent' | 'skill'
source'internal' | 'external' nullable
restricted_modeboolean nullable

Response

Successful Response

Changes

Changed in 4 of the 48 revisions of this API.24

    • added the new optional request property source

      new-optional-request-property

    • added the optional property repo/source to the response with the 200 status

      response-optional-property-added

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the request property restricted_mode

      request-property-removed

    • removed the optional property repo/restricted_mode from the response with the 200 status

      response-optional-property-removed

    This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional request property restricted_mode

      new-optional-request-property

    • added the optional property repo/restricted_mode to the response with the 200 status

      response-optional-property-added