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 examples
Resources
BlogLatest articles and insightsPress & MediaBrand assets and press contactOpen StandardsBuilt on open specs. Never locked in.NewsletterAPIs, AI agents, mixed with architecture and strategy.
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
DocumentationQuickstartGitHub
BlogPress & MediaOpen StandardsNewsletter
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
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 / IOT / AGCO Aftermarket Tools Service API
AGCO Aftermarket Tools Service API logo

Agco Ats AGCO Aftermarket Tools Service API

✓ Official Vendor SpecIOTDevice Managementunauthenticated280 EndpointsREST

For Agents

Look up tractor engines and ECUs by serial number, manage diagnostic tool license activations and authorization codes, and administer dealer users, releases, and content for AGCO agricultural equipment.

Use for: I need to look up engine production data for serial number ABC123, Activate a diagnostic tool license for a dealer technician, List all authorization codes for a specific dealer client, Retrieve the IQA codes for a specific engine

Not supported: Does not handle equipment ordering, parts e-commerce, or end-customer telematics — use for AGCO dealer aftermarket service operations: engines, ECUs, diagnostic licenses, and dealer admin only.

AGCO Aftermarket Tools Service (ATS) is the dealer-facing API for AGCO's agricultural equipment service ecosystem — tractors, engines, ECUs, and aftermarket diagnostic tools across the Massey Ferguson, Fendt, Valtra, and Challenger brands. The 163-path surface covers engine and ECU records by serial number, license activations and authorization codes for diagnostic tooling, dealer client and user administration, software releases and update groups, content submissions and translation sets, and a reporting layer for service operations.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the AGCO Aftermarket Tools Service API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the AGCO Aftermarket Tools Service API, 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://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | 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 AGCO Aftermarket Tools Service API.

Look up engine production data and IQA codes by engine serial number

Retrieve ECU records by serial number for diagnostic workflows

Manage authorization codes and authorization categories that gate diagnostic tool features

Activate and revoke diagnostic tool licenses for specific dealer technicians

Administer dealer client accounts, user profiles, and assigned roles

Publish software releases and assign equipment to update groups

Run dealer service reports across the ATS data set

Use Cases

Patterns agents use AGCO Aftermarket Tools Service API for, with concrete tasks.

★ Dealer Diagnostic License Management

AGCO dealers issue, monitor, and revoke diagnostic tool licenses for their technicians via the ATS API. The LicenseActivations and AuthorizationCodes endpoints expose the per-technician entitlement so dealer admins can audit who can run which diagnostics on which equipment, replacing manual entitlement spreadsheets and offline sync jobs.

List active LicenseActivations for a specific dealer client and revoke any belonging to technicians no longer employed

Engine and ECU Lookup for Service

Service technicians look up an engine or ECU by serial number to retrieve production data, IQA codes, and aftermarket certificates before working on a tractor. The /AftermarketServices/Engines/{serialNumber}/* endpoints return the data in seconds, replacing paper service records and dealer-portal browsing during a workshop visit.

Given an engine serial number, fetch ProductionData and IQACodes and present a single service-history view to the technician

Localised Dealer Content Distribution

AGCO ships service content (procedures, fault codes, translations) to dealers via the ATS ContentSubmissions and TranslationSets endpoints. New procedures are submitted, translated for each market, and then assigned to the relevant UpdateGroups so dealer tools sync the latest content automatically. Replaces manual content packaging across regions.

List ContentSubmissions awaiting translation, push them through the TranslationSets endpoint for German and French, and assign the translated content to the EU UpdateGroup

AI Agent Service Operations

Through Jentic, an agent embedded in a dealer help desk can look up engine and ECU records, summarise authorization codes for a customer, and surface release-note context without holding the dealer's API credentials. The agent searches by intent, executes the right /api/v2 path, and returns the structured response.

Search Jentic for 'lookup tractor engine production data', load the schema for /api/v2/AftermarketServices/Engines/{serialNumber}/ProductionData, and execute it for a customer's serial number

Key Endpoints

280 endpoints — agco aftermarket tools service (ats) is the dealer-facing api for agco's agricultural equipment service ecosystem — tractors, engines, ecus, and aftermarket diagnostic tools across the massey ferguson, fendt, valtra, and challenger brands.

METHOD

PATH

DESCRIPTION

GET

/api/v2/AftermarketServices/Engines/{serialNumber}/ProductionData

Engine production data by serial number

GET

/api/v2/AftermarketServices/Engines/{serialNumber}/IQACodes

IQA codes for a specific engine

GET

/api/v2/AftermarketServices/ECUs/{serialNumber}

ECU record by serial number

GET

/api/v2/AftermarketServices/Certificates

Aftermarket certificate records

POST

/api/v2/Authentication

Authenticate a dealer user

GET

/api/v2/Clients

List dealer client accounts

GET

/api/v2/LicenseActivations

List diagnostic tool license activations

GET

/api/v2/Releases

List software releases

GET

/api/v2/AftermarketServices/Engines/{serialNumber}/ProductionData

Engine production data by serial number

GET

/api/v2/AftermarketServices/Engines/{serialNumber}/IQACodes

IQA codes for a specific engine

GET

/api/v2/AftermarketServices/ECUs/{serialNumber}

ECU record by serial number

GET

/api/v2/AftermarketServices/Certificates

Aftermarket certificate records

POST

/api/v2/Authentication

Authenticate a dealer user

GET

/api/v2/Clients

List dealer client accounts

GET

/api/v2/LicenseActivations

List diagnostic tool license activations

GET

/api/v2/Releases

List software releases

Why Jentic?

Three things that make agents converge on Jentic-routed access.

Credential management

Credential isolation

Dealer credentials and any AGCO authorization tokens are stored encrypted in the Jentic vault. Agents receive scoped access at execution time and never hold raw dealer logins, which matters because the same credentials gate diagnostic licensing.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent (e.g., 'lookup tractor engine production data') and Jentic returns the matching ATS operation from the 280-endpoint surface, so the agent picks the right /api/v2 path without browsing AGCO's swagger docs.

Time to first call

Time to first call

Direct ATS integration: 1-2 weeks navigating 280 endpoints and dealer auth. Through Jentic: under 1 hour per use case — search, load, execute.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

Salesforce API

→

CRM many AGCO dealers use to track customer service interactions.

Pair when dealer service interactions in Salesforce should pull engine and license context from ATS automatically.

Complementary

Stripe API

Payments platform used to bill customers for service work.

Pair to charge customers for service jobs that ATS records on the dealer side.

Complementary

Zendesk API

→

Help desk used by dealer service teams.

Pair when dealer help-desk tickets in Zendesk need ATS engine and license context to be resolved efficiently.

FAQs

Specific to using AGCO Aftermarket Tools Service API through Jentic.

What authentication does the AGCO ATS API use?

The OpenAPI spec does not declare a security scheme. In practice, the dealer-facing ATS API authenticates dealer users via POST /api/v2/Authentication and uses the resulting session for subsequent calls. Through Jentic, dealer credentials are stored encrypted and supplied at execution time.

Can I look up a tractor engine by serial number with this API?

Yes. GET /api/v2/AftermarketServices/Engines/{serialNumber}/ProductionData returns production data, and the sibling /IQACodes path returns the IQA code list. /api/v2/AftermarketServices/ECUs/{serialNumber} returns the ECU record.

What are the rate limits for the AGCO ATS API?

AGCO does not publish rate limits in the spec. The API is intended for dealer back-office and workshop tools rather than high-frequency public traffic — pace large reporting jobs and back off on HTTP 429.

How do I activate a diagnostic tool license through Jentic?

Search Jentic for 'agco activate diagnostic license', load the LicenseActivations schema, and execute the create call with the technician id and authorization code. Jentic returns the activation record confirming the technician now has access.

Which AGCO equipment brands does this API cover?

ATS supports the AGCO dealer network across Fendt, Massey Ferguson, Valtra, Challenger, and other AGCO brands. Lookups are by serial number rather than brand, but content and authorization codes are scoped per dealer client account.

Is this API for end customers or for dealers?

This API is for AGCO dealers, not end-customer telematics. End-customer fleet data lives in different AGCO products. Use ATS for dealer service operations — engines, ECUs, diagnostic licenses, content, and reporting.

GET STARTED

Start building with AGCO Aftermarket Tools Service API

Explore with Jentic
View OpenAPI Document