🤖 WORKFORCE API
Griddly Workforce API
Integrate AI employees into your applications. Automate marketing, development, support, and analytics.
Quick Start
Base URL:
https://api.griddly.ai/v1/workforceAuthentication:
API Key in headerExample Request:
curl -X POST https://api.griddly.ai/v1/workforce/maya/tasks \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"task": "write_blog_post", "topic": "AI trends 2025", "tone": "professional"}'AI Employees
MAYA
Marketing
POST /v1/workforce/maya/tasksAvailable Tasks:
write_blog_post
create_social_post
generate_ad_copy
seo_optimize
ALEX
Developer
POST /v1/workforce/alex/tasksAvailable Tasks:
code_review
write_code
debug
documentation
SARAH
Designer
POST /v1/workforce/sarah/tasksAvailable Tasks:
create_image
design_mockup
brand_assets
EMMA
Support
POST /v1/workforce/emma/tasksAvailable Tasks:
answer_ticket
write_response
sentiment_analysis
DAVID
Analyst
POST /v1/workforce/david/tasksAvailable Tasks:
analyze_data
create_report
forecast
Endpoints
POST /v1/workforce/{employee}/tasks
Create task
POST /v1/workforce/{employee}/tasksGET /v1/workforce/{employee}/tasks/{id}
Get task result
GET /v1/workforce/{employee}/tasks/{id}GET /v1/workforce/usage
Get usage per employee
GET /v1/workforce/usageGET /v1/workforce/employees
List available employees
GET /v1/workforce/employeesWebhooks
Task Completed Notifications
Receive real-time notifications when tasks are completed. Configure webhooks to automatically process results.
Setup:
POST /v1/webhooksRate Limits
Starter
$29/month
100 tasks/day
Professional
$99/month
500 tasks/day
Enterprise
$199/month
2000 tasks/day