Openprise API Factory

API Factory turns any Openprise Job or Bot into a REST endpoint with a single "Enable API" action. The caller sends an HTTP POST carrying a JSON array of records and receives a JSON array of processed records back. Endpoints are generated per tenant, authenticated with a per-user API key created on the My Account page, and their request/response contract is shown inside the application via the "View API Docs" action — which is also the only place the endpoint URL is published. API Factory is a separately licensed feature that a tenant administrator must enable under Administration → Settings → Features. Openprise publishes no OpenAPI document and no fixed public base URL.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/openprise-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

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

Get an API key

Free tier, no email required.

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

API entry from apis.yml

apis.yml Raw ↑
aid: openprise:openprise-api
name: Openprise API Factory
description: API Factory turns any Openprise Job or Bot into a REST endpoint with a single "Enable API"
  action. The caller sends an HTTP POST carrying a JSON array of records and receives a JSON array of
  processed records back. Endpoints are generated per tenant, authenticated with a per-user API key created
  on the My Account page, and their request/response contract is shown inside the application via the
  "View API Docs" action — which is also the only place the endpoint URL is published. API Factory is
  a separately licensed feature that a tenant administrator must enable under Administration → Settings
  → Features. Openprise publishes no OpenAPI document and no fixed public base URL.
humanURL: https://www.openprisetech.com/api-factory
properties:
- type: Documentation
  url: https://helpcenter.openprisetech.com/hc/en-us/articles/24107925788180-API-Factory-Overview-and-Use-Guide
- type: APIReference
  url: https://helpcenter.openprisetech.com/hc/en-us/articles/24107925788180-API-Factory-Overview-and-Use-Guide
- type: GettingStarted
  url: https://helpcenter.openprisetech.com/hc/en-us/articles/24107937210260-API-Factory-101
- type: Authentication
  url: authentication/openprise-authentication.yml
- type: Conventions
  url: conventions/openprise-conventions.yml
- type: ErrorCatalog
  url: errors/openprise-error-codes.yml
- type: RateLimits
  url: rate-limits/openprise-rate-limits.yml
- type: Platform
  url: https://www.openprisetech.com/platform/
tags:
- Data Automation
- Revenue Operations
- API Factory
tags_raw:
- Data Automation
- RevOps
- API Factory