Everything you need to get started with GateFable.tech
Get up and running in minutes with our quick start guide.
Sign up for a free account at GateFable.tech. No credit card required.
Link your GitHub or GitLab repository. Install our app and grant the necessary permissions.
Upload or create a test dataset. You can import from CSV, JSON, or create test cases manually.
Set up quality thresholds and evaluation criteria. Define what "passing" means for your AI model.
Trigger an evaluation manually or wait for your next pull request. Review the results in your dashboard.
Integrate GateFable.tech into your custom workflows using our REST API.
All API requests require an API key. Include it in the Authorization header:
Authorization: Bearer YOUR_API_KEY
POST /api/v1/evaluations - Create a new evaluation
GET /api/v1/evaluations/:id - Get evaluation results
GET /api/v1/datasets - List all datasets
POST /api/v1/datasets - Create a new dataset
Learn how to integrate GateFable.tech with your favorite tools.
Add GateFable.tech to your GitHub Actions workflow:
- name: Run GateFable Evaluation
uses: gatefable/action@v1
with:
api-key: ${{ secrets.GATEFABLE_API_KEY }}
dataset-id: your-dataset-id
Add to your .gitlab-ci.yml:
gatefable:
script:
- curl -X POST https://api.gatefable.tech/v1/evaluations
-H "Authorization: Bearer $GATEFABLE_API_KEY"
-d '{"dataset_id": "your-dataset-id"}'
Need help? We're here for you: