Skip to main content
The Readiness Reports API provides programmatic access to your organization’s agent readiness evaluation data.

Authentication

All requests require a Factory API key in the Authorization header:
Generate API keys at app.factory.ai/settings/api-keys.

Base URL


Endpoints

List Readiness Reports

Retrieves readiness reports for your organization.

Query Parameters

Response

Example Request


Readiness Report Schema

Report Object

App Description Object

Criterion Evaluation Object

Model Used Object


Pagination

For large result sets, use cursor-based pagination:
  1. Make initial request with desired limit
  2. Get the reportId of the last item in the response
  3. Pass that ID as startAfter in the next request

Use Cases

CI/CD Integration

Track readiness scores over time by fetching reports after each evaluation:

Custom Dashboards

Build internal dashboards by fetching all reports and calculating aggregate metrics:

Automated Alerting

Set up alerts when readiness scores drop below thresholds:

Error Responses