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 / IOT / AGCO Aftermarket Tools Service API
AGCO Aftermarket Tools Service API logo

Agco Ats AGCO Aftermarket Tools Service API

Official vendor OpenAPI document · agent-readyIOTDevice 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://jentic.com/install.sh?src=apis&api=%2Fapis%2Fagco-ats.com%2Fagco-ats" | 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%2Fagco-ats.com%2Fagco-ats" | 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?

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

Setup

Setup

Wiring the AGCO Aftermarket Tools Service API by hand means finding the right operation across a very large v2 surface and coding your own session handling for dealer service calls. Through Jentic you install once, import the AGCO Aftermarket Tools Service API from the API Directory, store the credential once, and your agent calls it.

Permission scoping

Permission scoping

AGCO puts the equipment serial number in the URL path for engine and ECU reads (/AftermarketServices/Engines/{serialNumber}/...), so a rule can pin the agent to reads for a specific serial. You choose which operations it may call, such as reading production data, so licensing and admin operations are not included unless you add them.

Credential management

Credential isolation

Your AGCO dealer credential is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'look up tractor engine production data', and Jentic returns the matching ATS operation with its input schema so the agent picks the right v2 path without browsing the reference docs.

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.

Can I limit what my agent is allowed to do with the AGCO ATS API?

Yes. Because you run Jentic One yourself, your own rules decide which ATS operations and credentials the agent may use. Since AGCO puts the equipment serial number in the URL path for engine and ECU reads, such as GET /api/v2/AftermarketServices/Engines/{serialNumber}/ProductionData, you can pin the agent to reads for a single serial and grant only the operations you want, like reading production data or IQA codes. License activation, authorization codes, and dealer admin calls stay off limits unless you explicitly add them.

GET STARTED

Start building with AGCO Aftermarket Tools Service API

Explore with Jentic One
View OpenAPI Document