Authentication
All API endpoints require JWT Bearer token authentication.Obtaining JWT Tokens
To get a JWT token for API authentication, use the OAuth2 client credentials flow:OAuth2 Token URL
API Base URL
Resources
The API is organized around the following main resources:Projects
Manage projects and access control
Benchmarks
Create and manage benchmark datasets
Simulations
Run AI simulations with various parameters
Evaluators
Available evaluation metrics
Tags
Organize simulations with tags
Pagination
List endpoints support pagination withoffset and limit query parameters:
offset: Number of items to skip (default: 0)limit: Number of items to return (default: 20, max: 100)