Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / HR recruiting / Expense Reports
Expense Reports logo

Acmecompany Bizmerlin Expense Reports

Agent-ready OpenAPI document · curated by JenticHR recruitingEmployee ManagementapiKey143 EndpointsREST

Know of an official OpenAPI document? Contribute it →

For Agents

Read and update HR records - timesheets, expense reports, leaves, performance reviews, goals, training, and recruiting - across a BizMerlin (ClayHR) tenant so agents can automate everyday HR operations.

Use for: I want to submit an expense report for a team member, List all pending leave requests for my reports, Retrieve a candidate's detail by id during a hiring review, Update goals on an employee's performance review

Not supported: Does not handle payroll runs, benefits enrollment, or single sign-on configuration - use for HR data operations (expenses, leaves, time, recruiting, performance, training, surveys) on the BizMerlin tenant only.

Jentic publishes the only available OpenAPI specification for this BizMerlin HR (ClayHR) tenant API, keeping it validated and agent-ready. The API spans 143 endpoints across employee management areas including timesheets, timecards, expense reports, leaves, candidates, custom fields, goals, performance reviews, projects, surveys, announcements, and trainings. Authentication uses two API key headers: x-api-key and userid, scoping requests to a tenant user. The base URL is the customer's BizMerlin subdomain at acmecompany.bizmerlin.net.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Expense Reports to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Expense Reports, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Facmecompany.bizmerlin.net%2Fbizmerlin-expense-reports" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Facmecompany.bizmerlin.net%2Fbizmerlin-expense-reports" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Expense Reports API.

Submit and approve expense reports across the employee lifecycle

Read and update timesheets and timecards for a given user

Manage leave requests, balances, and approvals

Track candidates through the recruiting pipeline including detail and list views

Run performance review cycles and read goal data per employee

Create and manage announcements, surveys, and training assignments

Read and write custom field values on people and project records

Use Cases

Patterns agents use Expense Reports API for, with concrete tasks.

★ Automated Expense Report Submission from Receipts

An expense capture tool extracts receipt data externally and pushes the result into BizMerlin as an expense report via the expense endpoints. Reviewers approve in BizMerlin while employees never re-enter values. Token plus userid headers identify the submitting employee, and custom fields capture project allocation. This compresses end-of-month expense cycles.

Create an expense report with three line items for a given employee userid, attach the receipt references, and submit for approval

Manager Leave Approval Dashboard

A manager-facing dashboard pulls pending leave requests via the leaves endpoints, presents them with employee context from the people endpoints, and writes the approval back. Managers approve from one screen instead of clicking into BizMerlin per request, and the system audit trail stays in the HR system of record.

List all pending leave requests for the manager's reports, sort by submitted date, and approve the oldest five

Recruiting Pipeline Sync to External ATS

A recruiting tool keeps candidate stages in sync between an external ATS and BizMerlin by polling /list and /detail/{recruitid} on the candidates surface. Hiring managers see the same pipeline stage in BizMerlin that recruiters see in their ATS, and offer-letter triggers can flow back into BizMerlin onboarding. This avoids duplicate data entry across the two systems.

List candidates updated in the last day and pull each candidate's full detail to compare with the ATS record

Training Rollout via an HR Assistant Bot

An HR assistant bot in Slack assigns mandatory trainings, posts announcements, and follows up on missing surveys. It calls the trainings, announcements, and survey endpoints through Jentic. Employees interact with the bot, the bot calls BizMerlin on their behalf, and the API key plus userid headers stay encrypted in the vault.

Through Jentic, search 'assign a training to employees', load the trainings endpoint schema, and assign a security-awareness training to a list of userids

Key Endpoints

143 endpoints — jentic publishes the only available openapi specification for this bizmerlin hr (clayhr) tenant api, keeping it validated and agent-ready.

METHOD

PATH

DESCRIPTION

GET

/api/token

Obtain a tenant API token

GET

/list

List candidate records

GET

/detail/{recruitid}

Retrieve candidate detail by id

POST

/api/announcement/create

Create a company announcement

GET

/api/announcement/{annId}

Retrieve an announcement

PUT

/api/announcement/edit

Edit an existing announcement

GET

/customfield

Read custom field values

GET

/api/token

Obtain a tenant API token

GET

/list

List candidate records

GET

/detail/{recruitid}

Retrieve candidate detail by id

POST

/api/announcement/create

Create a company announcement

GET

/api/announcement/{annId}

Retrieve an announcement

PUT

/api/announcement/edit

Edit an existing announcement

GET

/customfield

Read custom field values

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring the BizMerlin Expense Reports API by hand means attaching both the x-api-key and userid headers on every call and navigating a large HR surface of expense, leave, recruiting, and survey endpoints yourself. Through Jentic you install once, import the Expense Reports API from the API Directory, store the x-api-key and userid once, and your agent calls it.

Permission scoping

Permission scoping

This tenant surface spans many operations, so limit the agent to the operations it needs, such as submitting an expense report and reading its detail. You choose the operations it may call, so announcement editing or recruiting reads are not included unless you add them.

Credential management

Credential isolation

Your BizMerlin x-api-key and userid values are stored once, encrypted, by your own Jentic One instance and injected as headers at execution time. They never enter the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'submit an expense report', and Jentic returns the matching BizMerlin operation with its schema and required header parameters so the agent calls the right endpoint without browsing the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

BambooHR API

→

HR information system API for SMB people, time off, and reporting.

Choose BambooHR for SMB-focused HR with a smaller, well-documented API surface. Choose BizMerlin when you need broader modules including performance, surveys, and training in one tenant.

Alternative

Gusto API

→

US-focused payroll, benefits, and HR API.

Choose Gusto when payroll is the core need. Choose BizMerlin for broader HR operations beyond payroll.

Complementary

Greenhouse API

→

Dedicated ATS that complements BizMerlin's recruiting pipeline.

Use Greenhouse for the recruiting pipeline, then sync hires into BizMerlin for ongoing HR management of those employees.

FAQs

Specific to using Expense Reports API through Jentic.

Why is there no official OpenAPI spec for Expense Reports?

BizMerlin (ClayHR) does not publish a public OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call Expense Reports via structured tooling. It is validated against the live API and kept up to date. Get started with Jentic One, the self-hosted execution layer.

What authentication does the BizMerlin (ClayHR) API use?

Two API key headers - x-api-key for the tenant key and userid for the acting employee - on every request. Through Jentic, both values are stored encrypted in the vault and injected per call so the raw values stay out of agent context.

Can I submit and approve expense reports through this API?

Yes. The API exposes endpoints across the expense report lifecycle - creation, submission, and approval - keyed by the userid header. Pair these with the announcement and custom field endpoints to thread expense submission into broader HR workflows.

What are the rate limits for the BizMerlin API?

The OpenAPI spec does not document explicit rate limits. BizMerlin tenants typically share per-tenant capacity; treat large bulk operations as best-effort and back off on HTTP 429. For high-volume sync, batch reads through /list endpoints rather than re-querying detail per record.

How do I assign a training to employees through Jentic?

Run pip install jentic, then search 'assign a training to employees'. Jentic returns the relevant trainings endpoint with its input schema, you supply the training id and a list of userids, and execute. The x-api-key and userid headers are injected by Jentic at execution time.

Does this API cover payroll and benefits?

The endpoints in this spec focus on time, expenses, leaves, recruiting, performance, training, and announcements. Payroll and benefits are typically administered through BizMerlin's broader product surface and may not be present in this OpenAPI cut. Check the BizMerlin developer documentation for those modules.

Can I limit what my agent is allowed to do with the BizMerlin HR API?

Yes. Because you run Jentic One yourself, your own rules decide which of this tenant's operations the agent may call and which credentials it may use. This HR surface spans many operations, so you can scope the agent to just the ones it needs, such as submitting an expense report and reading its detail, while leaving out announcement editing or recruiting reads unless you add them. Your x-api-key and userid values are held by your own instance and injected at execution time, so the agent only touches the operations you allow.

GET STARTED

Start building with Expense Reports API

Explore with Jentic One
View OpenAPI Document