Tailor Application GraphQL API

The Tailor data plane. TailorDB generates a full GraphQL API from each application's schema — queries, mutations, filtering, sorting, Relay-style cursor pagination and aggregation — extended by custom resolvers, pipeline resolvers and functions. Each deployed application is provisioned its own endpoint on Tailor's erp.dev application domain, with an embedded GraphQL Playground in the console.

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/tailor-application-graphql-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 ↑
name: Tailor Application GraphQL API
description: The Tailor data plane. TailorDB generates a full GraphQL API from each application's schema
  — queries, mutations, filtering, sorting, Relay-style cursor pagination and aggregation — extended by
  custom resolvers, pipeline resolvers and functions. Each deployed application is provisioned its own
  endpoint on Tailor's erp.dev application domain, with an embedded GraphQL Playground in the console.
humanURL: https://docs.tailor.tech/getting-started/graphql
baseURL: https://{APP_NAME}-{WORKSPACE_HASH}.erp.dev/query
x-base-url-rationale: 'Templated on purpose, and on a domain other than tailor.tech. Tailor runs the application
  data plane on erp.dev, a domain it controls, and its own docs publish this exact form: "Navigate to
  your application''s GraphQL playground at https://{APP_NAME}-{WORKSPACE_HASH}.erp.dev/query" (docs.tailor.tech/tutorials
  — Function deployment), alongside https://{YOUR_APP_SUBDOMAIN}.erp.dev/oauth2/token. Each customer application
  is provisioned its own host, so no single literal base exists. Left templated deliberately; do not replace
  it with api.tailor.tech, which is the control plane and a different API.'
tags:
- Data Plane
- GraphQL
- TailorDB
properties:
- type: Documentation
  url: https://docs.tailor.tech/getting-started/graphql
- type: Authentication
  url: authentication/tailor-authentication.yml
- type: DataModel
  url: data-model/tailor-data-model.yml