---
title: Sentinow API Integration - Sentinow
description: Full REST API — build any integration Sentinow doesn't cover natively
canonical_url: https://sentinow.io/integrations/api
md_url: https://sentinow.io/integrations/api.md
last_updated: 2026-04-24T07:07:52.480Z
---

# Sentinow + Sentinow API

Full REST API — build any integration Sentinow doesn't cover natively

**Category**: AI & MCP
**Type**: API Key

## Overview

Sentinow's REST API gives you programmatic access to everything in the platform — test cases, test runs, results, release readiness, defects, and user management.

Build internal dashboards, custom integrations, automated workflows, or connect Sentinow to any tool with an HTTP client. If it's in Sentinow, the API can read or write it.

API keys are scoped to a project or workspace and to a permission level — read-only, read-write, or admin. Every API call is logged in the audit trail.

## Features

- Full programmatic access to test cases, runs, and results
- Read and write release readiness signals per project
- Create and update defects linked to test results
- Scoped API tokens — read-only, read-write, or admin
- REST conventions — JSON payloads, pagination, filtering
- Every API call logged in the audit trail

## Use Cases

### Building an internal quality dashboard

Pull test pass rates, run history, and release readiness signals from the Sentinow API into your internal engineering dashboard. Display quality metrics alongside deployment frequency, error rates, and other signals your team already tracks.

### Importing results from a custom test framework

If your test framework doesn't output a format Sentinow natively supports, use the API to push results programmatically. POST test case results with pass/fail status, duration, and any metadata your framework captures.

### Automating test case management

Use the API to create, update, and organize test cases from your own tooling. Teams with large test suites stored in spreadsheets or custom tools can migrate to Sentinow by scripting the import via the API.


## Sitemap

See the full [sitemap](https://sentinow.io/sitemap.md) for all available pages.
