LAP Registry

CircleCI REST API Skill

circleci-com

Provider: CircleCI Version: v1 Endpoints: 22 Updated: 2026-04-02

Raw .lap | Lean format | API JSON | Open in app

Endpoints

MethodPathDescription
GET/me
GET/projectsProvides information about the signed in user.
GET/project/{username}/{project}List of all the projects you're following on CircleCI, with build information organized by branch.
POST/project/{username}/{project}Build summary for each of the last 30 builds for a single git repo.
GET/recent-buildsTriggers a new build, returns a summary of the build.
GET/project/{username}/{project}/{build_num}Build summary for each of the last 30 recent builds, ordered by build_num.
GET/project/{username}/{project}/{build_num}/artifactsFull details for a single build. The response includes all of the fields from the build summary.
POST/project/{username}/{project}/{build_num}/retryList the artifacts produced by a given build.
POST/project/{username}/{project}/{build_num}/cancelRetries the build, returns a summary of the new build.
GET/project/{username}/{project}/{build_num}/testsCancels the build, returns a summary of the build.
POST/project/{username}/{project}/tree/{branch}Provides test metadata for a build
POST/project/{username}/{project}/ssh-keyTriggers a new build, returns a summary of the build.
GET/project/{username}/{project}/checkout-keyCreate an ssh key used to access external systems that require SSH key-based authentication
POST/project/{username}/{project}/checkout-keyLists checkout keys.
GET/project/{username}/{project}/checkout-key/{fingerprint}Creates a new checkout key.
DELETE/project/{username}/{project}/checkout-key/{fingerprint}Get a checkout key.
DELETE/project/{username}/{project}/build-cacheDelete a checkout key.
GET/project/{username}/{project}/envvarClears the cache for a project.
POST/project/{username}/{project}/envvarLists the environment variables for :project
GET/project/{username}/{project}/envvar/{name}Creates a new environment variable
DELETE/project/{username}/{project}/envvar/{name}Gets the hidden value of environment variable :name
POST/user/heroku-keyDeletes the environment variable named ':name'

Install as Skill

Use this API as a Claude Code skill for instant agent access.

CLI Install

lapsh skill-install circleci-com

Downloads and installs to ~/.claude/skills/circleci-com/

Manual Install

Download: Skill Bundle (JSON)

Or view: SKILL.md

Recent Versions (1)