Skip to main content
Base URL: https://rl-gym-api.collinear.ai

List Templates

List all available templates (scenario presets).
Response: 200 OK

List Tasks for a Template

Get all tasks within a template, including instructions, tool server config, rubrics, and seed data.
Path parameters: Response: 200 OK

Get Task Rubric

Get the evaluation rubric for a specific task.
Response: 200 OK

List NPC Profiles

Get the NPC (Non-Playable Character) profiles for a template. NPCs are simulated users that interact with the agent in real time (e.g., a hiring manager who responds to messages).
Response: 200 OK

List Seed Data Files

List available seed data files for a template.
Response: 200 OK

Get Seed Data File

Get the contents of a specific seed data file.
Path parameters: Response: 200 OK
Errors: 400 if filename contains path traversal, 404 if file not found.

Download Verifier Bundle

Download the verifier modules for a template as a ZIP archive. The ZIP contains an importable Python package structure.
Response: 200 OK — binary ZIP file (Content-Type: application/zip) Errors: 404 if scenario not found or no verifiers available.