Gauzy AI Integration
Integrate the Gauzy AI service for intelligent matching, analytics, and automation.
Overviewβ
Gauzy AI provides:
- Job Matching β AI-powered job-to-employee matching
- Skill Analysis β automated skill gap detection
- Smart Suggestions β task assignment recommendations
- Employee Analytics β productivity insights
Configurationβ
GAUZY_AI_GRAPHQL_ENDPOINT=https://ai.gauzy.co/graphql
GAUZY_AI_API_KEY=your-api-key
GAUZY_AI_API_SECRET=your-api-secret
GraphQL APIβ
The AI service exposes a GraphQL endpoint:
query {
employeeJobPosts(filter: { employeeId: "employee-uuid", isActive: true }) {
items {
title
matchScore
skills
}
}
}
Job Matching Flowβ
Featuresβ
| Feature | Description |
|---|---|
| Job matching | Score employees against jobs |
| Skill extraction | Extract skills from profiles |
| Auto-apply | Automated job applications |
| Analytics | Work pattern insights |
Related Pagesβ
- Job Board Plugins β job plugins
- Employee Statistics β employee stats