Documentation
Everything you need to master AgentLab
Quick Start Guide
Get up and running with AgentLab in 5 minutes:
- 1Create your account
- 2Set up your first prompt
- 3Log your first validation test
- 4Fork a community prompt
- 5Publish your work
API Documentation
Integrate AgentLab into your workflow with our REST API:
- 1Authentication
- 2Prompt management
- 3Version control operations
- 4Validation data access
Best Practices
Learn from the community and improve your workflow:
- 1Effective commit messages
- 2Validation testing strategies
- 3Community contribution guidelines
- 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/promptsEndpoints
GET /api/v1/prompts- List promptsPOST /api/v1/prompts- Create promptGET /api/v1/prompts/:id- Get prompt detailsPOST /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.