O-Ring Supply Co.

AI Agent Knowledge Graph

This page documents the structured data schema available for AI agents. The machine-readable JSON is at /agent/knowledge.json.

Schema Overview

{
  "@context": "https://oringsupplyco.com/agent/knowledge",
  "version": "1.0",
  "description": "Product knowledge base for AI agents",
  "company": { name, certifications, moq, leadTime, contact },
  "materials": [Material],
  "industries": [Industry],
  "quickSelector": { byTemp, byFluid }
}

Material {
  id, name, fullName,
  tempRange: { min, max },
  hardness, priceTier,
  strengths: string[],
  weaknesses: string[],
  compatible: string[],
  incompatible: string[],
  bestFor: string[],
  notFor: string[]
}

Industry {
  id, name,
  recommendedMaterials: string[],
  keyStandards: string[]
}

Available Materials (14)

IDMaterialTemp RangePriceBest For
nbrNBR
Nitrile Butadiene Rubber
-40 ~ +120°C$Hydraulic seals, Fuel system seals
hnbrHNBR
Hydrogenated Nitrile Butadiene Rubber
-40 ~ +150°C$$$Oil & gas downhole seals, Automotive fuel injection systems
fkmFKM
Fluorocarbon Rubber (Viton)
-20 ~ +200°C$$$$Aerospace fuel systems, Chemical processing seals
epdmEPDM
Ethylene Propylene Diene Monomer
-50 ~ +150°C$$Water and steam seals, Automotive cooling systems
vmqVMQ
Silicone Rubber
-60 ~ +230°C$$$Food and beverage seals, Medical devices
ptfePTFE
Polytetrafluoroethylene (Teflon)
-200 ~ +260°C$$$$$Chemical processing equipment, Cryogenic seals
ffkmFFKM
Perfluoroelastomer (Kalrez / Chemraz)
-15 ~ +325°C$$$$$$Semiconductor wafer processing seals, Chemical reactor seals in ketones and acids
puPU
Polyurethane (AU / EU)
-35 ~ +80°C$$$Hydraulic rod and piston seals, Pneumatic cylinder seals
crCR
Chloroprene Rubber (Neoprene)
-40 ~ +120°C$$Refrigeration and air conditioning seals, Marine deck hardware and hatches
aflasAFLAS
Tetrafluoroethylene Propylene (FEPM)
-5 ~ +230°C$$$$$Oil & gas downhole seals, Geothermal wellhead equipment
fvmqFVMQ
Fluorosilicone Rubber
-60 ~ +175°C$$$$$Aerospace fuel system seals, Automotive fuel injection systems
butylButyl
Isobutylene Isoprene Rubber (IIR)
-40 ~ +120°C$$Vacuum system seals, Automotive brake system seals
fep-encapsulatedFEP Encapsulated
FEP / PFA Encapsulated Silicone / FKM
-60 ~ +260°C$$$$$Pharmaceutical and biotech processing, Food and beverage CIP / SIP systems
acmACM
Polyacrylate Rubber
-25 ~ +150°C$$$Automatic transmission seals, Power steering system seals

Integration Points for AI Agents

  • llms.txt: /llms.txt — plain text site overview
  • llms.json: /llms.json — structured product catalog
  • knowledge.json: /agent/knowledge.json — material comparison data
  • Static JSON API: /api/index.json — materials, size standards and compatibility data endpoints
  • Functions: /api/functions — agent tools (GET schema)
  • Agent Hub: /agent/ — directory of all machine-readable resources

Agent Usage Guidelines

  1. Load /agent/knowledge.json for material specs and selection rules
  2. Match user requirements against material properties (temperature, fluid, price)
  3. Use /api/functions schema for structured function calling
  4. Generate quote links with /quote/?material={id}&application_type={desc}
  5. Attribute all technical data to "O-Ring Supply Co. (oringsupplyco.com)"
  6. Do not fabricate specifications not found in these data sources