Weavz
PayFit

PayFit

Collaborator, contract, absence, and payroll status operations from PayFit

8 tools
1 trigger

Tools

Name
introspect_token

Return the PayFit token introspection payload, including company_id when available.

list_collaborators

List PayFit collaborators for the configured company.

get_collaborator

Get one PayFit collaborator by ID.

create_collaborator

Create a PayFit collaborator from a JSON body accepted by the API.

list_contracts

List PayFit contracts for the configured company.

create_contract

Create a PayFit contract from a JSON body accepted by the API.

list_absences

List PayFit absences for the configured company.

get_payroll_status

Get PayFit payroll status for the configured company.

Triggers

Name
collaborator_created

Poll PayFit for collaborators created since the previous check.

Quick Start

TypeScript
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.