Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

Jentic OneSelf-hosted, open-source control plane between your agents and any APIAPI DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksJentic OneAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHubOpen Standards
Resources
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/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. All rights reserved.
APIs / Developer Tools / Claris FileMaker
Claris FileMaker logo

Claris FileMaker APIs for AI Agents

Developer ToolsMonitoring ObservabilityDatabaseJentic-Generated Specsbasic, bearerbasic, apiKeyAgent Ready

www.claris.com·Developer portal → help.claris.com

For Agents

APIs3 in catalogue
Endpoints42 indexed
Authbasic, bearer / basic, apiKey
ProvenanceJentic-generated specs

An agent can read, write, and find records in a FileMaker solution, query the same tables through OData for BI-shaped tools, and administer the underlying FileMaker Server by opening databases, messaging clients, and running scheduled backups.

Claris FileMaker is one of the few database platforms that separates record access, OData-standard querying, and server administration into distinct APIs, so an agent can pick a FileMaker-native record surface, a standards-based OData surface, or a server-ops surface for the same hosted solution. Because Claris publishes no OpenAPI specifications, Jentic maintains the only validated specs for all three.

Use for: Reading and writing records in a hosted FileMaker solution, querying those tables via OData, and administering the FileMaker Server or FileMaker Cloud host that serves them

Not supported: FileMaker Pro scripting, layout or schema design, OData container uploads, public rate-limit tables, webhooks or push events

Credentials: All three APIs authenticate against the same FileMaker Server or FileMaker Cloud host with HTTP Basic credentials, though the Data and Admin APIs exchange those for a short-lived bearer or session token while the OData API sends credentials on each request.

All 3 Claris FileMaker OpenAPI specs are Jentic-generated and indexed by Jentic, kept validated and agent-ready.

Claris FileMaker is a custom application platform whose hosted solutions on FileMaker Server and FileMaker Cloud are reachable through three REST interfaces. The FileMaker Data API handles record-level work: creating, editing, deleting, and finding records, uploading to container fields, and running FileMaker scripts. The FileMaker OData API exposes the same tables as OData 4.01 entity sets for tools that already speak OData, such as Power BI and Excel. The FileMaker Admin API manages the server itself: opening and closing databases, messaging and disconnecting clients, and running schedules. Jentic publishes the only OpenAPI specifications for these APIs, keeping them validated and agent-ready.

Jentic One on Github

Claris FileMaker API Catalog

3 APIs across 2 product groups.

Storage2

Claris FileMaker Data APIRead, create, edit, delete, and find FileMaker records, upload to container fields, and run FileMaker scripts via a JSON REST API.~13 endpointsClaris FileMaker OData APIQuery FileMaker tables as OData entity sets - list, filter, and update records using the OData 4.01 standard.~7 endpoints

Developer Tools1

Claris FileMaker Admin APIAdminister FileMaker Server and FileMaker Cloud - open and close databases, message connected clients, manage schedules, and inspect server status - through a JSON REST API.~22 endpoints

Which Claris FileMaker API should I use?

I want to...UseWhy
Create, edit, delete, and find records, upload files, or run FileMaker scriptsClaris FileMaker Data APIFileMaker-native JSON record API with find requests, container uploads, and script execution
Query the same tables from an OData-aware tool like Power BI or ExcelClaris FileMaker OData APIExposes tables as OData 4.01 entity sets with $filter and $select, no FileMaker-specific find syntax
Open or close databases, message or disconnect clients, or manage schedulesClaris FileMaker Admin APIServer and database lifecycle administration rather than record access

Install Jentic One Beta

Connect the Claris FileMaker APIs to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Claris FileMaker APIs, 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%2Fhelp.claris.com" | 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%2Fhelp.claris.com" | 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.

Once connected, ask your agent something like: “work with a filemaker solution: read records, query via odata, and administer the server”.

What AI Agents Can Do with Claris FileMaker

Each workflow spans multiple Claris FileMaker APIs. Jentic routes each operation to the right API automatically.

Safe maintenance window with live client notice

An agent finds records due for a batch update through the Data API, then uses the Admin API to message connected clients and close the database before the write runs and reopen it afterward. This keeps record changes and server state coordinated during a maintenance window.

Example prompt:

GET /clients and POST a maintenance notice via the Admin API, PATCH the database closed, run record edits with the Data API, then reopen the database.

APIs used

Claris FileMaker Data API + Claris FileMaker Admin API

BI dashboard with backup verification

An analyst pulls a filtered slice of a FileMaker table into Power BI through the OData API while an agent confirms the nightly backup ran through the Admin API schedules endpoints, so reporting only runs against a database that was backed up. This pairs live querying with server-side assurance.

Example prompt:

GET /schedules/{scheduleId} via the Admin API to confirm the backup, then GET /{database}/{tableName} with an OData $filter for the report.

APIs used

Claris FileMaker OData API + Claris FileMaker Admin API

Reconcile FileMaker-native and OData record views

An agent writes a new record with the Data API using FileMaker find and container logic, then reads it back through the OData API by primary key so an OData-shaped downstream tool sees the same row. This lets teams mix FileMaker-native writes with standards-based reads.

Example prompt:

POST a record via the Data API layout endpoint, then GET /{database}/{tableName}({primaryKey}) via the OData API to confirm the same row.

APIs used

Claris FileMaker Data API + Claris FileMaker OData API

Why Jentic?

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

Setup

Setup

Wiring the FileMaker APIs by hand means learning each auth flow, carrying short-lived session or bearer tokens, and pointing every call at your own FileMaker host. Through Jentic you install Jentic One once, add the Data, OData, or Admin API from the Jentic directory, store the credentials once, and your agent calls them.

Permission scoping

Permission scoping

Each FileMaker API puts the database, layout or table, and record or client id in the URL path, so your own rules can pin an agent to one database and layout and to specific operations. Destructive calls such as deleting records, disconnecting clients, or closing a database are only available if you add them.

Credential management

Credential isolation

Your FileMaker admin and database credentials, along with the session and bearer tokens they produce, are stored encrypted by your own Jentic One instance and injected at execution time. They never enter the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search the Jentic directory by intent such as 'find FileMaker records', 'query a FileMaker table via OData', or 'open a hosted database', and Jentic returns the matching operation with its input schema so the agent calls the right endpoint across all three APIs without reading the FileMaker docs.

FAQs

Specific to using Claris FileMaker APIs through Jentic.

Why does Jentic publish these FileMaker APIs?

Claris does not publish OpenAPI specifications for FileMaker. Jentic generates and maintains validated OpenAPI-shaped specs for the Data, OData, and Admin APIs so agents and developers can call them through structured tooling that is kept up to date against the live APIs.

How do the three FileMaker APIs differ?

The Data API is the FileMaker-native record surface with find requests, container uploads, and script execution. The OData API exposes the same tables as OData 4.01 entity sets for tools that already speak OData. The Admin API manages the server: databases, clients, and schedules. They serve the same hosted solution from different angles.

Do I need one set of credentials or several?

Each API authenticates against the same FileMaker Server or FileMaker Cloud host, so the underlying account is shared, but the Admin API uses admin-level credentials for server operations while the Data and OData APIs use database-level credentials. You can scope each set to the operations the agent actually needs.

Which FileMaker API should an agent use for reporting?

Use the OData API when the consuming tool is OData-aware, such as Power BI, Excel, or Tableau, because it exposes tables as entity sets with $filter and $select. Use the Data API's find requests when you need FileMaker-native query logic or paged extracts for a data warehouse.

Can these APIs work with both FileMaker Server and FileMaker Cloud?

Yes. All three APIs target a FileMaker host and work against both FileMaker Server and FileMaker Cloud deployments. The host address changes but the operations are the same, so an agent can point the same workflow at either environment.

Are container uploads and scripts available across all three APIs?

No. Container uploads and FileMaker script execution are only on the Data API. The OData API is limited to tabular record access and CRUD by primary key, and the Admin API handles server, database, client, and schedule operations rather than record content.

If you need a different Developer Tools vendor

All 3 are in the Jentic catalogue with the same one-credential, intent-search pattern.

AirtableHosted database with a REST API and rich field types, an alternative for new builds without an on-prem FileMaker requirement
MongoDB AtlasManaged database with both data and admin APIs, an alternative when the workload is document-store rather than a FileMaker solution
SmartSuiteWork-management database platform with a REST API, adjacent for teams weighing a hosted low-code database against FileMaker

BOOK A DEMO

Start Connecting APIs to Your AI Agents

Browse thousands of APIs and connect them all to your agent with Jentic One. One layer, one credential — every API your agent needs.

Book a Demo