Skip to main content
Every buildkite.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Get Current Access Token

getCurrentAccessToken

getCurrentAccessToken Retrieve the authenticated API access token details. Use when you need to confirm the validity and scopes of the current API token. Risk: read
Input: empty object Output

Get Meta

getMeta

getMeta Retrieve metadata about the Buildkite API. Use when you need to fetch webhook IP addresses for firewall or security configurations. Risk: read
Input: empty object Output

Get User

getUser

getUser Retrieve details about the current authenticated user. Use when you need to get information about the user account that owns the API token. Risk: read
Input: empty object Output

List Organizations

listOrganizations

listOrganizations List all organizations the current user is a member of. Use when you need to discover available organizations or get organization slugs for other operations. Risk: read
Input Output: object[]

List Pipeline Agents

listPipelineAgents

listPipelineAgents List connected agents for an organization. Use after confirming the organization slug. Supports optional filtering and pagination. Risk: read
Input Output: object[]