Connect Factorial to your AI agents.

Connect Factorial data to AI agents with Combined. Explore public credentials, webhook subscriptions, tasks, source setup, MCP access and read-only business queries.

Put Factorial records to work in the agent you already use. Combined syncs business data into a managed data layer and exposes scoped, read-only queries through MCP.

Start with 5 million MAR without a card; usage after the trial is $5 per million MAR, with no monthly minimum. Combined offers 1,125 connectors across catalog sources and connectors generated through desktop automation.

How to connect Factorial to Combined

  1. Add your source. Open Connected Apps in Combined and select Factorial. Use the account or workspace that contains the records you want to analyze.
  2. Authorize access. Complete the connection flow and choose the required permissions. The setup reference below shows the upstream source's configurable fields; the Combined flow may handle some of them for you.
  3. Select datasets and sync. Choose the relevant data, set any available history filters, and wait for the first successful sync.
  4. Grant your agent access. Use the Set up or Access workspace to connect your agent through MCP and scope it to the sources it needs.
  5. Ask a first question. Discover the synced schema, check freshness, and run a bounded read-only query. Then add another source for a cross-app analysis.

The onboarding guide covers the workspace flow. Prepare these Factorial settings before connecting:

Factorial source setup reference
SettingWhen neededInput
API KeyRequired by source schemaCredential entered in the connection flow
LimitOptionalstring
Start dateRequired by source schemastring

Authentication choices are alternatives. Supply the settings for your selected method; enter credentials in the connection flow, rather than in an agent prompt.

Factorial datasets you can evaluate

This reference comes from the upstream source catalog and connector definition, version 0.0.60. Your account permissions, selected streams and successful sync determine what your agent can query. Discover the actual table and field names in Combined before writing SQL.

Factorial dataset and schema reference
DatasetRecord keyUpdate fieldExample fields
public_credentialsidInspect sync configurationcompany_id, gdpr_tos, id, legal_name, locale (8 fields in reference)
webhook_subscriptionsidInspect sync configurationtype, api_version, company_id, enabled, id (7 fields in reference)
tasksidupdated_atassignee_ids, author_employee_id, company_id, content, created_at (10 fields in reference)
schedulesidupdated_atcompany_id, created_at, employees, id, name (7 fields in reference)
overlap_periodsidInspect sync configurationdefault, end_date, end_day, end_month, id (10 fields in reference)
teamsidInspect sync configurationdescription, company_id, employee_ids, id, lead_ids (6 fields in reference)
membershipsidInspect sync configurationcompany_id, employee_id, id, lead, team_id
allowancesidInspect sync configurationaccrued_units_availability, allowance_type, available_days, carry_over_days, carry_over_units_in_cents (30 fields in reference)
blocked_periodsidInspect sync configurationcompany_id, id, leave_type_ids, members, name (7 fields in reference)
leavesidupdated_atdescription, approved, company_id, created_at, employee_full_name (11 fields in reference)
leave_typesidInspect sync configurationaccrues, active, allow_endless, allowance_ids, approval_required (19 fields in reference)
policiesidInspect sync configurationcompany_id, id, main, name
break_configurationsidInspect sync configurationarchived, id, name, paid
categoriesidInspect sync configurationcompany_id, id, name
legal_entitiesidInspect sync configurationcompany_id, country, currency, id, legal_name
contract_versionsidInspect sync configurationcreated_at, effective_on, employee_id, es_has_teleworking_contract, fr_forfait_jours (10 fields in reference)
reference_contractsidInspect sync configurationcreated_at, effective_on, employee_id, es_has_teleworking_contract, fr_forfait_jours (10 fields in reference)
taxonomiesidInspect sync configurationarchived, default, id, is_overtime, legal_entity_id (6 fields in reference)
fieldsidInspect sync configurationfield_type, id, label_text, legal_entity_name, options (6 fields in reference)
fields_optionsidInspect sync configurationfield_id, id, is_active, label
fields_resource_fieldsidInspect sync configurationfield_id, id
employeesidupdated_ataccess_id, active, company_id, created_at, email (15 fields in reference)
cost_centersidInspect sync configurationactive_employees_count, company_id, historical_employees_count, id, name (6 fields in reference)
company_holidaysidInspect sync configurationdate, id, location_id, summary
locationsidInspect sync configurationcompany_id, country, id, main, name (7 fields in reference)
work_areasidInspect sync configurationid, location_id, name
shiftsidend_atemployee_id, end_at, id, local_end_at, local_start_at (9 fields in reference)

A cursor tracks changes for a source stream. It is not automatically the right date for a business metric: invoice date, close date and record-update date can answer different questions.

Useful Factorial questions for your AI agent

Start with the datasets you have granted. These prompts turn the referenced schema into checks and summaries; the agent should verify each field against your synced data.

  • Count distinct public credentials using id and check for duplicate keys.
  • Count distinct webhook subscriptions using id and check for duplicate keys.
  • Count current records in tasks where the updated_at field falls within the reporting window.
  • Count current records in schedules where the updated_at field falls within the reporting window.

Combine Factorial with another business app

Connect the second source, identify a maintained customer, account or project mapping, and aggregate each dataset before joining. Keep unmatched records visible and define the reporting window. The CRM-and-billing worked example includes runnable SQL demonstrating how a many-to-many join can double the result.

Use Factorial data in Claude Code, Cursor or another MCP client

Once the source is synced, the agent connects to Combined's MCP interface. Use the generated account-specific configuration from your workspace, keep credentials local, and grant only the sources needed for the task. Follow the Claude Code walkthrough or the MCP setup reference.

Use Combined to analyze my Factorial data.
List my granted sources, discover the datasets and describe their fields.
Look for datasets corresponding to public_credentials, webhook_subscriptions, tasks, schedules, overlap_periods, teams.
Check the last successful sync and report the available date coverage.
Propose three useful questions based on the fields actually available.
For the question I choose, run read-only SQL over the complete matching dataset.
Use a bounded result; include source names, time window and query receipt.
Ask for a missing join key or metric definition instead of inventing one.

Download this Factorial guide as Markdown to use alongside your agent instructions.

Which Factorial connection fits the task?

Managed data for complete questions across apps

Choose Combined when you want to analyze synced records, calculate totals, or join Factorial with other business data without operating a separate ingestion and query stack. The agent works with your source grants and read-only SQL access.

Application tools for live operations

For a task that must change Factorial immediately, evaluate its available API, native agent tools or desktop workflow. Keep application-action permissions separate from read-only analytics access. A live lookup and an aggregate over synced history solve different jobs.

Desktop-generated connectors for workflows beyond the catalog

Combined's 1,125-connector coverage includes connections generated through computer use. Choose this route when the workflow depends on an application's desktop or browser interface, and establish the fields, access and refresh behavior for that connection.

Read the direct MCP versus managed data comparison and compare business-data MCP options.

Troubleshoot your Factorial connection

  • Authorization fails: check the selected authentication method, credential validity, source permissions and target account.
  • History is missing: check the source's start-date or history filter and allow the initial sync to finish before comparing totals.
  • A dataset is absent: check whether it is enabled and permitted for your account, then inspect discovery and sync status.
  • The agent cannot query it: confirm the source is included in the agent's grant and that its sync succeeded.
  • A total looks wrong: inspect record keys, duplicate rows, time zones, currencies and join fanout before changing the prompt.

Source details reviewed September 10, 2026. Factorial upstream connector documentation · Versioned connector definition. See also Combined Sources and data freshness for AI agents.