AgentSeal logo

AgentSeal

TrustOps Release Gate

AgentSeal Mock Backend

Backend Data Health Check

Validate that the AgentSeal demo now has working Next.js API routes, shared mock data, and a backend-style health check page.

API Routes

0/10

Connected endpoints

Data Source

Mock

Shared TypeScript data

Backend Mode

Next API

App Router route handlers

Health

Checking

Frontend + mock backend

Mock API Endpoints

These routes make the demo more believable because the UI now has a backend-style data layer.

/api/agentseal/*

Assessment

Agent intake, policy, tools, reviewer, and endpoint

/api/agentseal/assessment

Status

—

Count

—

OK

—

Test Forge

Generated test cases from business rules

/api/agentseal/test-forge

Status

—

Count

—

OK

—

Gladiator Engine

Generated red-team adversarial prompts

/api/agentseal/red-team

Status

—

Count

—

OK

—

Test Execution

Pass, fail, blocked, and evidence results

/api/agentseal/execution

Status

—

Count

—

OK

—

RiskSeal

Risk score, release decision, and route

/api/agentseal/riskseal

Status

—

Count

—

OK

—

Human Review

Reviewer decision and approval notes

/api/agentseal/human-review

Status

—

Count

—

OK

—

Evidence Vault

Audit-ready evidence package metadata

/api/agentseal/evidence

Status

—

Count

—

OK

—

Release Certificate

Production certificate and seal metadata

/api/agentseal/certificate

Status

—

Count

—

OK

—

LiveSeal Monitor

Runtime health, drift, and monitoring signals

/api/agentseal/liveseal

Status

—

Count

—

OK

—

Full Story

Complete mock backend payload

/api/agentseal/story

Status

—

Count

—

OK

—

How to Test API Directly

Open these URLs in browser:

http://localhost:3000/api/agentseal/story
http://localhost:3000/api/agentseal/liveseal

What This Build Completes

Mock backend API routes are created.

Shared backend-style mock data is available.

Backend Health Check page can validate all API routes.

Full AgentSeal workflow can now be shown as API-backed demo.

Future FastAPI or UiPath integration has clear route mapping.

Mock Backend API workflow completed. The AgentSeal frontend now has a backend-style API layer and health check page.

Back to Dashboard