https://rl-gym-api.collinear.ai
List Templates
List all available templates (scenario presets).200 OK
List Tasks for a Template
Get all tasks within a template, including instructions, tool server config, rubrics, and seed data.
Response:
200 OK
Get Task Rubric
Get the evaluation rubric for a specific task.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).200 OK
List Seed Data Files
List available seed data files for a template.200 OK
Get Seed Data File
Get the contents of a specific seed data file.
Response:
200 OK
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.200 OK — binary ZIP file (Content-Type: application/zip)
Errors: 404 if scenario not found or no verifiers available.
