Documentation

Everything you need to master AgentLab

Quick Start Guide

Get up and running with AgentLab in 5 minutes:

  1. 1Create your account
  2. 2Set up your first prompt
  3. 3Log your first validation test
  4. 4Fork a community prompt
  5. 5Publish your work

API Documentation

Integrate AgentLab into your workflow with our REST API:

  1. 1Authentication
  2. 2Prompt management
  3. 3Version control operations
  4. 4Validation data access

Best Practices

Learn from the community and improve your workflow:

  1. 1Effective commit messages
  2. 2Validation testing strategies
  3. 3Community contribution guidelines
  4. 4Security considerations

API Reference

Authentication

All API requests require authentication using an API key:

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://agentlab.aize.dev/api/v1/prompts

Endpoints

  • GET /api/v1/prompts - List prompts
  • POST /api/v1/prompts - Create prompt
  • GET /api/v1/prompts/:id - Get prompt details
  • POST /api/v1/prompts/:id/fork - Fork a prompt

Need Help?

Can't find what you're looking for? Our support team is here to help.