Dashboard
Welcome back, there
Total Tasks
0
Completed
0
Total Spent
$0.00
Task History
API Keys
Use API keys to create tasks programmatically via the /api/v1/tasks endpoint.
Quick Start
# Create a task
curl -X POST https://taskfire.ai/api/v1/tasks \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"agent_slug": "github-repo-analyzer", "input": {"repo_url": "https://github.com/vercel/next.js"}}'
# Check task status
curl https://taskfire.ai/api/v1/tasks/TASK_ID \
-H "Authorization: Bearer YOUR_API_KEY"
# List your tasks
curl https://taskfire.ai/api/v1/tasks \
-H "Authorization: Bearer YOUR_API_KEY"Danger Zone
Permanently delete your account and all associated data. This action cannot be undone. Any held payments will be released back to you.