TestSprite · OAuth Scopes

TestSprite OAuth Scopes

OAuth 2.0 searched

TestSprite publishes 5 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the TestSprite API on a user’s behalf.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanySoftware TestingAPI TestingTest AutomationAIDeveloper ToolsModel Context ProtocolQuality AssuranceCI/CDAgentic
Scopes: 5 Flows: Method: searched

Scopes (5)

ScopeDescriptionFlows
read:me Identity and usage — `auth status`, `usage`.
read:projects Read projects — `project list`, `project get`.
read:tests Read tests, execution steps, results, and failure artifacts.
write:tests Create/update/delete tests and projects — test create, test create-batch, test update, test delete, test delete-batch, test code put, test plan put, project create, project update.
run:tests Execute tests — test run, test wait, test rerun.

Source

OAuth Scopes

testsprite-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://docs.testsprite.com/cli/core/authentication
docs: https://docs.testsprite.com/cli/core/authentication
description: >-
  TestSprite API keys are scoped. These are API-key permission scopes (not OAuth2
  flows — TestSprite issues no OAuth authorization/token endpoints). New and
  grandfathered keys both default to the five scopes the CLI needs. Scope
  enforcement surfaces as the AUTH_FORBIDDEN error / exit code 3 (see
  errors/testsprite-error-codes.yml).
scheme:
  type: apiKey
  binding: TestSprite API key
scopes:
  - scope: read:me
    description: Identity and usage — `auth status`, `usage`.
  - scope: read:projects
    description: Read projects — `project list`, `project get`.
  - scope: read:tests
    description: Read tests, execution steps, results, and failure artifacts.
  - scope: write:tests
    description: >-
      Create/update/delete tests and projects — test create, test create-batch,
      test update, test delete, test delete-batch, test code put, test plan put,
      project create, project update.
  - scope: run:tests
    description: Execute tests — test run, test wait, test rerun.