PayFit
Collaborator, contract, absence, and payroll status operations from PayFit
Tools
| Name | Description |
|---|---|
introspect_tokenReturn the PayFit token introspection payload, including company_id when available. | Return the PayFit token introspection payload, including company_id when available. |
list_collaboratorsList PayFit collaborators for the configured company. | List PayFit collaborators for the configured company. |
get_collaboratorGet one PayFit collaborator by ID. | Get one PayFit collaborator by ID. |
create_collaboratorCreate a PayFit collaborator from a JSON body accepted by the API. | Create a PayFit collaborator from a JSON body accepted by the API. |
list_contractsList PayFit contracts for the configured company. | List PayFit contracts for the configured company. |
create_contractCreate a PayFit contract from a JSON body accepted by the API. | Create a PayFit contract from a JSON body accepted by the API. |
list_absencesList PayFit absences for the configured company. | List PayFit absences for the configured company. |
get_payroll_statusGet PayFit payroll status for the configured company. | Get PayFit payroll status for the configured company. |
Triggers
| Name | Description |
|---|---|
collaborator_createdPoll PayFit for collaborators created since the previous check. | Poll PayFit for collaborators created since the previous check. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('payfit', 'introspect_token', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'payfit',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect PayFit to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does PayFit support?
PayFit supports 8 tools including Introspect Token, List Collaborators, Get Collaborator, Create Collaborator, List Contracts, and more.
Can I use PayFit with AI agents?
Yes. Add PayFit to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can PayFit be used in stateful agent workflows?
Yes. Agents can combine PayFit tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does PayFit use?
PayFit uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the PayFit integration cost?
The PayFit integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does PayFit support?
PayFit supports 1 triggers including Collaborator Created.
Connect PayFit in minutes
Get 20,000 free action executions every month. No credit card required.