Knowde website screenshot

Knowde

Knowde is an AI platform for industrial operations, built for the chemicals and ingredients industry. Knowde AI extracts, structures, harmonizes and enriches product data out of legacy systems and offline documents; Knowde MDM is the master data repository that data lands in; Knowde CXP launches supplier storefronts natively integrated with MDM; and the Knowde Marketplace is a network of 8,000+ chemical company storefronts. The Knowde API gives customers programmatic access to that platform through a GraphQL API (the recommended primary interface) and a RESTful JSON API, both served from developer-api.knowde.com behind OAuth 2.0 client credentials, with API Clients provisioned in the Developer Portal and a documented PIMS filter grammar for querying product, category and attribute data.

Knowde publishes 2 APIs on the APIs.io network. Tagged areas include Company, Chemicals, Ingredients, Marketplace, and Master Data Management.

Knowde’s developer surface includes documentation, API reference, getting-started guide, authentication, sandbox, signup flow, support, and 23 more developer resources.

34.5/100 thin ▬ flat Agent 5/100 human only saas Full breakdown ↓
scored 2026-09-14 · rubric v0.22.0
AccessSelf serve
2 APIs
CompanyChemicalsIngredientsMarketplaceMaster Data ManagementProduct Information ManagementManufacturingDistributionB2B CommerceGraphQLArtificial Intelligence

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-14 · rubric v0.22.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/knowde: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

Knowde GraphQL API

The GraphQL API is Knowde's recommended primary programmatic interface to the platform — anything possible in the REST API is intended to also be possible in GraphQL. The refere...

Knowde REST API

The Knowde REST API is organized around RESTful resources with predictable resource-oriented URLs, JSON-encoded payloads and responses, and standard HTTP verbs and status codes....

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Knowde Authentication

oauth2 · 2 schemes

SECURITY

Knowde Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Knowde Trust Center

SOC 2 Type 2, ISO/IEC 27001:2022, ISO/IEC 27701:2019

SECURITY

Resources

Get Started 5

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 3

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 5

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 5

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: knowde
name: Knowde
description: Knowde is an AI platform for industrial operations, built for the chemicals and ingredients industry. Knowde
  AI extracts, structures, harmonizes and enriches product data out of legacy systems and offline documents; Knowde MDM is
  the master data repository that data lands in; Knowde CXP launches supplier storefronts natively integrated with MDM; and
  the Knowde Marketplace is a network of 8,000+ chemical company storefronts. The Knowde API gives customers programmatic
  access to that platform through a GraphQL API (the recommended primary interface) and a RESTful JSON API, both served from
  developer-api.knowde.com behind OAuth 2.0 client credentials, with API Clients provisioned in the Developer Portal and a
  documented PIMS filter grammar for querying product, category and attribute data.
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: false
  label: Hosted service · you call their endpoint
  confidence: medium
  source:
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  - security
  - sandbox
  generated: '2026-09-02'
  method: derived
image: https://cdn.cxp.knowde.com/store/15d89a6e-1b0d-4b12-9ae9-06ae9d224a7b/knowde-logo_0b24070d06cb.svg
url: https://raw.githubusercontent.com/api-evangelist/knowde/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
x-tier: profiled
x-tier-reason: enrichment-pipeline
specificationVersion: '0.23'
created: '2026-08-01'
modified: '2026-08-01'
x-enrichment:
  date: '2026-08-01'
  status: enriched
  artifacts_added: 11
  pass: local-v1
tags:
- Company
- Chemicals
- Ingredients
- Marketplace
- Master Data Management
- Product Information Management
- Manufacturing
- Distribution
- B2B Commerce
- GraphQL
- Artificial Intelligence
apis:
- name: Knowde GraphQL API
  description: The GraphQL API is Knowde's recommended primary programmatic interface to the platform — anything possible
    in the REST API is intended to also be possible in GraphQL. The reference is generated from the Knowde GraphQL schema
    and exported as a standard GraphQL SDL file. The endpoint is served from developer-api.knowde.com and requires an OAuth
    2.0 bearer token; introspection is authenticated-only.
  humanURL: https://developer.knowde.com/documentation/graphql
  baseURL: https://developer-api.knowde.com/graphql
  tags:
  - GraphQL
  - Product Information Management
  - Master Data Management
  properties:
  - type: Documentation
    url: https://developer.knowde.com/documentation/graphql
  - type: Authentication
    url: https://developer.knowde.com/documentation/auth
- name: Knowde REST API
  description: The Knowde REST API is organized around RESTful resources with predictable resource-oriented URLs, JSON-encoded
    payloads and responses, and standard HTTP verbs and status codes. Resources include product, category, attribute and lead-group
    data in the Knowde PIMS, queried through the documented PIMS filter grammar. A staging environment is available so integrations
    can be built and tested without touching live data.
  humanURL: https://developer.knowde.com/documentation/rest
  baseURL: https://developer-api.knowde.com
  tags:
  - REST
  - Product Information Management
  - Master Data Management
  properties:
  - type: Documentation
    url: https://developer.knowde.com/documentation/rest
  - type: Authentication
    url: https://developer.knowde.com/documentation/auth
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: TrustCenter
  url: security/knowde-trust-center.yml
- type: DomainSecurity
  url: security/knowde-domain-security.yml
- type: Website
  url: https://www.knowde.com/
- type: DeveloperPortal
  url: https://developer.knowde.com/
- type: Documentation
  url: https://developer.knowde.com/documentation
- type: APIReference
  url: https://developer.knowde.com/documentation/rest
- type: GettingStarted
  url: https://developer.knowde.com/documentation/api_clients
- type: Authentication
  url: authentication/knowde-authentication.yml
- type: Conventions
  url: conventions/knowde-conventions.yml
- type: Conformance
  url: conformance/knowde-conformance.yml
- type: Lifecycle
  url: lifecycle/knowde-lifecycle.yml
- type: Sandbox
  url: sandbox/knowde-sandbox.yml
- type: Packages
  url: packages/knowde-packages.yml
- type: LLMsTxt
  url: llms/knowde-llms.txt
- type: RateLimits
  url: https://developer.knowde.com/documentation/rate_limits
- type: SignUp
  url: https://www.knowde.com/sign-in
- type: Login
  url: https://www.knowde.com/sign-in
- type: TermsOfService
  url: https://privacy.knowde.com/terms-and-conditions/
- type: PrivacyPolicy
  url: https://privacy.knowde.com/privacy-policy/
- type: Support
  url: https://help.knowde.com/hc/en-us
- type: Blog
  url: https://blog.knowde.com/
- type: GitHubOrganization
  url: https://github.com/knowde
- type: StatusPage
  url: https://status.knowde.com/
- type: Compliance
  url: https://trust.knowde.com/
- type: ChangeLog
  url: changelog/knowde-changelog.yml
- type: ReleaseNotes
  url: https://www.knowde.com/resources/whats-new
- type: Marketplace
  url: https://www.knowde.com/marketplace
- type: Partners
  url: https://www.knowde.com/partners
- type: LinkedIn
  url: https://www.linkedin.com/company/knowde/
- type: Twitter
  url: https://x.com/knowde

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/knowde"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/knowde/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/knowde/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.