Skip to main content
Clientary logo

Clientary

A full-suite platform to manage Clients, Invoices, Projects, Proposals, Estimates, Hours, Payments, Contractors and Staff. The perfect solution to win clients and save time.

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Clientary authenticates with an API key. Generate the credential in your Clientary account, then paste it into FlyMyAI the first time an agent uses a Clientary action.

Get your Clientary credential →

Fields to fill in FlyMyAI

FieldDetails
DomainYour Clientary subdomain. If your URL is https://mygreatcompany.clientary.com, enter "mygreatcompany" (required)
API TokenGo to your user profile page in Clientary (upper right corner after logging in) and click "Generate API Token" (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
CLIENTARY_CREATE_CLIENTTool to create a new client record in Clientary. Use when you need to add a new client to the system with company details and contact information.name
CLIENTARY_CREATE_CONTACTTool to create a new contact within a specified client. Use when you need to add a contact to a client account with name and email as required fields.client_id, client_user
CLIENTARY_CREATE_EXPENSETool to create a new expense record in Clientary to track expenditures within your account. Use when you need to record expenses, optionally assigning them to specific clients or projects. Requires an amount field.amount
CLIENTARY_CREATE_LEADTool to create a new lead record in Clientary. Use when you need to add a new lead to the system with company details and contact information.name
CLIENTARY_CREATE_PROJECTTool to create a new project in Clientary with name and rate. Use when you need to set up a new project for tracking time, expenses, or managing client work.project
CLIENTARY_CREATE_TASKTool to create a new task in Clientary. Use when you need to create a task with a title, optionally associating it with a project and assignee.title
CLIENTARY_DELETE_CLIENTTool to remove a client and all associated projects, invoices, estimates, and contacts. Use when you need to permanently delete a client from Clientary. WARNING: Deletions are permanent and not reversible.id
CLIENTARY_DELETE_LEADTool to permanently delete a lead and all associated Estimates and Contacts. Use when you need to remove a lead that is no longer needed. Warning: This action is irreversible.id
CLIENTARY_DELETE_PAYMENTTool to remove an existing payment from an invoice. Use when you need to permanently delete a payment record. WARNING: Deletions are permanent and not reversible.invoice_id, id
CLIENTARY_DELETE_PAYMENT_PROFILETool to remove a specific payment profile from a client's account. Use when you need to delete a payment profile. Note: Client must have an active payment integration with Stripe to manage payment profiles.client_id, id
CLIENTARY_DELETE_RECURRING_SCHEDULETool to remove a recurring schedule by its identifier. Use when you need to permanently delete a recurring schedule from Clientary. Once deleted, the recurring schedule will no longer generate periodic invoices.id
CLIENTARY_GET_CLIENTTool to fetch details for a specific client using its ID. Use when you need to retrieve complete information about a client from Clientary.id
CLIENTARY_GET_CONTACTTool to retrieve a single contact by its ID. Use when you need to fetch detailed information about a specific contact from Clientary.id
CLIENTARY_GET_ESTIMATETool to retrieve details for a single estimate by ID. Use when you need to obtain comprehensive estimate information including line items, tax details, and financial data.id
CLIENTARY_GET_EXPENSETool to retrieve details for a single expense record in Clientary. Use when you need to get specific information about an expense by its unique identifier.id
CLIENTARY_GET_HOURTool to obtain details about a specific time entry in Clientary. Use when you need to retrieve information about a logged hour entry by its unique identifier.id
CLIENTARY_GET_INVOICETool to retrieve detailed information for a specific invoice by ID. Use when you need to fetch invoice details including line items, payments, tax information, and current status.id
CLIENTARY_GET_LEADTool to retrieve a single lead by its ID. Use when you need to fetch detailed information about a specific lead from Clientary.id
CLIENTARY_GET_PROJECTTool to retrieve a single project by its identifier. Use when you need to fetch detailed information about a specific project in Clientary.id
CLIENTARY_GET_STAFFTool to retrieve a single staff member by their ID. Use when you need to fetch detailed information about a specific staff member from Clientary.id
CLIENTARY_GET_TASKTool to retrieve a specific task by its ID. Use when you need to fetch detailed information about a task from Clientary.id
CLIENTARY_LIST_CLIENTSTool to retrieve all clients with pagination support (10 results per page). Use when you need to fetch a list of clients from Clientary with optional filtering by modification date or custom sorting.-
CLIENTARY_LIST_CLIENT_CONTACTSTool to retrieve all contacts for a specific client with pagination support. Use when you need to fetch the list of contacts associated with a particular client in Clientary.client_id
CLIENTARY_LIST_CLIENT_EXPENSESTool to retrieve all expenses for a specific client within an optional date range. Use when you need to fetch expense records associated with a particular client from Clientary.client_id
CLIENTARY_LIST_CLIENT_INVOICESTool to retrieve all invoices for a specific client with pagination support (30 results per page). Use when you need to fetch invoices associated with a particular client from Clientary.client_id
CLIENTARY_LIST_CLIENT_PROJECTSTool to retrieve all projects associated with a specific client with pagination support (10 results per page). Use when you need to fetch projects for a particular client from Clientary.client_id
CLIENTARY_LIST_EXPENSESTool to retrieve expenses by date range (defaults to current fiscal year). Use when you need to fetch a list of expenses from Clientary with optional filtering by start and end dates.-
CLIENTARY_LIST_LEADSTool to retrieve all leads with pagination support. Use when you need to fetch a list of leads from Clientary with optional sorting by name or date.-
CLIENTARY_LIST_PAYMENTSTool to retrieve all payments with pagination support (30 results per page). Use when you need to fetch a list of payments from Clientary with optional pagination and custom sorting.-
CLIENTARY_LIST_PROJECTSTool to retrieve all projects with pagination support (10 results per page). Use when you need to fetch a list of projects from Clientary with optional filtering for closed projects.-
CLIENTARY_LIST_PROJECT_ESTIMATESTool to retrieve estimates scoped to a particular project with pagination support (30 results per page). Use when you need to fetch all estimates associated with a specific project.project_id
CLIENTARY_LIST_PROJECT_EXPENSESTool to retrieve all expenses for a specific project within an optional date range. Use when you need to fetch expense records associated with a particular project from Clientary.project_id
CLIENTARY_LIST_PROJECT_HOURSTool to retrieve all time tracking entries logged against a specific project. Use when you need to fetch hour entries for a particular project, optionally filtering by billed or unbilled status.project_id
CLIENTARY_LIST_PROJECT_INVOICESTool to retrieve all invoices linked to a specific project with pagination support (30 results per page). Use when you need to fetch invoices associated with a particular project from Clientary.project_id
CLIENTARY_LIST_STAFFTool to retrieve all staff members for an account. Use when you need to fetch a complete list of staff members from Clientary.-
CLIENTARY_LIST_TASKSTool to retrieve all tasks with pagination support (50 results per page). Use when you need to fetch a list of tasks from Clientary.-
CLIENTARY_SEND_INVOICE_MESSAGETool to send an invoice message to recipients via email. Use when you need to email an invoice to clients with customizable subject, message content, and options to send a copy to yourself or attach a PDF.id, recipients
CLIENTARY_UPDATE_CLIENTTool to update an existing client record in Clientary with partial or complete field modifications. Use when you need to modify client details such as name, address, description, or custom fields. All fields except ID are optional.id
CLIENTARY_UPDATE_EXPENSETool to update an existing expense record in Clientary with partial or complete field modifications. Use when you need to modify expense details such as amount, description, client assignment, project assignment, or incurred date. All fields except ID are opt…id
CLIENTARY_UPDATE_HOURTool to modify an existing time entry in Clientary with partial or complete field updates. Use when you need to update hours, title, date, description, rate, or billing status of a logged hour entry.id
CLIENTARY_UPDATE_PROJECTTool to update an existing project in Clientary with partial or complete field modifications. Use when you need to modify project details such as name, rate, description, budget, status, or other project attributes. All fields except ID are optional - only pr…id
CLIENTARY_UPDATE_TASKTool to update an existing task in Clientary with partial or complete field modifications. Use when you need to modify task details such as title, description, completion status, assignee, or due date. All fields except ID are optional.id
We love our partners - FlyMy.AI builds with the best. Thanks, Clientary!