Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

API 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 WorksAPI 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/Swaggerhub Ferguson Api
Swaggerhub Ferguson Api logo

Swaggerhub Ferguson Api APIs

4 APIs7 Endpoints2 Categories

Categories

All4E Commerce3Maps Geolocation1

API Catalog

API Inventory

API Inventory Ferguson's API Inventory Product for exchanging inventory data with 3rd party companies. &nbsp; A simple `GET` URI endpoint that has the product **id** as a query path parameter and **locationId** & **regionCode** as query string parameters: <details> <summary>Click to see returned response</summary> </details> If there aren't any products available at that location, the API backend . The API exposes 1 endpoints secured with oauth2 authentication.

1 endpoints

API Locations

Ferguson's Location API for exchanging location data with internal Ecommerce platforms and 3rd party companies. &nbsp;&nbsp; > Fetch summary list of locations via pagination: <details> <summary>Click to see example response</summary> </details> --- --- > Fetches details for a specific location based on id and application scope: For external users, this endpoint features a refined response. <detail. The API exposes 3 endpoints secured with oauth2 authentication.

3 endpoints

API Order

Our Orders API allows you to place a purchase order for fulfillment. You can submit an order or fetch details on one single order. Submit an order(s): Fetches details for a specific order based on id: <b>API Product:</b> Order-Commerce(-UAT/-PROD) <br>. The API exposes 2 endpoints secured with oauth2 authentication.

2 endpoints

API-Shipping

Ferguson's API Shipping Product for getting shipping rates. Returns an array of shipping rates based on destination city/state/postal code and list of products. Takes a JSON request payload that describes the Ferguson location id, destination address and products. &nbsp; **_NOTE: basePath is actually /v1/shipping but is removed for readability._**. The API exposes 1 endpoints secured with oauth2 authentication.

1 endpoints

Connect Your Agent

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.