Close
Toolcog home
toolcog
github
Search
⌘
+
K
Command Palette
Search for a command to run...
Search Toolcog
Sign In
API
Operations
Auth Schemes
Overrides
Intents
Targets
API
Operations
Auth Schemes
Overrides
Intents
Targets
Operations
API endpoints available to AI agents
All methods
All methods
GET
POST
DELETE
PUT
PATCH
Delete a package for the authenticated user
Authenticated
packages/delete-package-for-authenticated-user
DELETE/user/packages/{package_type}/{package_name}
packages
Delete a package for an organization
Authenticated
packages/delete-package-for-org
DELETE/orgs/{org}/packages/{package_type}/{package_name}
packages
Delete a package for a user
Authenticated
packages/delete-package-for-user
DELETE/users/{username}/packages/{package_type}/{package_name}
packages
Delete a package version for the authenticated user
Authenticated
packages/delete-package-version-for-authenticated-user
DELETE/user/packages/{package_type}/{package_name}/versions/{package_version_id}
packages
Delete package version for an organization
Authenticated
packages/delete-package-version-for-org
DELETE/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}
packages
Delete package version for a user
Authenticated
packages/delete-package-version-for-user
DELETE/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}
packages
List package versions for a package owned by the authenticated user
Authenticated
packages/get-all-package-versions-for-package-owned-by-authenticated-user
GET/user/packages/{package_type}/{package_name}/versions
packages
List package versions for a package owned by an organization
Authenticated
packages/get-all-package-versions-for-package-owned-by-org
GET/orgs/{org}/packages/{package_type}/{package_name}/versions
packages
List package versions for a package owned by a user
Authenticated
packages/get-all-package-versions-for-package-owned-by-user
GET/users/{username}/packages/{package_type}/{package_name}/versions
packages
Get a package for the authenticated user
Authenticated
packages/get-package-for-authenticated-user
GET/user/packages/{package_type}/{package_name}
packages
Get a package for an organization
Authenticated
packages/get-package-for-organization
GET/orgs/{org}/packages/{package_type}/{package_name}
packages
Get a package for a user
Authenticated
packages/get-package-for-user
GET/users/{username}/packages/{package_type}/{package_name}
packages
Get a package version for the authenticated user
Authenticated
packages/get-package-version-for-authenticated-user
GET/user/packages/{package_type}/{package_name}/versions/{package_version_id}
packages
Get a package version for an organization
Authenticated
packages/get-package-version-for-organization
GET/orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}
packages
Get a package version for a user
Authenticated
packages/get-package-version-for-user
GET/users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}
packages
Get list of conflicting packages during Docker migration for authenticated-user
Authenticated
packages/list-docker-migration-conflicting-packages-for-authenticated-user
GET/user/docker/conflicts
packages
Get list of conflicting packages during Docker migration for organization
Authenticated
packages/list-docker-migration-conflicting-packages-for-organization
GET/orgs/{org}/docker/conflicts
packages
Get list of conflicting packages during Docker migration for user
Authenticated
packages/list-docker-migration-conflicting-packages-for-user
GET/users/{username}/docker/conflicts
packages
List packages for the authenticated user's namespace
Authenticated
packages/list-packages-for-authenticated-user
GET/user/packages
packages
List packages for an organization
Authenticated
packages/list-packages-for-organization
GET/orgs/{org}/packages
packages
1
2
Next