INK Games

INK Games is an Austin, Texas gaming company building a free-to-earn mobile gaming and social platform under the banner "Play. Win. Earn." Its flagship title is Prize Kingdoms, a mobile kingdom-building game distributed through the Apple App Store and Google Play in which players compete and earn real cash prizes. Two platform services sit behind the games: Ink ID, the single account and passkey-based authentication layer, and InkPay, the payments and earnings system that pays players and influencers ongoing royalties tied to the reach of their personal INK referral code. The team is drawn from EA, Zynga, SciPlay and Buffalo Studios. INK Games operates no public developer program — it publishes no developer portal, API reference, SDK or specification, and its shares trade only on private secondary markets.

INK Games publishes 1 API on the APIs.io network. Tagged areas include Company, Games, Gaming, Mobile Games, and Entertainment.

INK Games’ developer surface includes support, signup flow, authentication, and 17 more developer resources.

19.8/100 emerging ▬ flat Agent 22/100 agent aware Full breakdown ↓
scored 2026-08-25 · rubric v0.14.0
1 APIs 1 MCP Servers
CompanyGamesGamingMobile GamesEntertainmentConsumerRewardsPaymentsLoyaltyReferralGraphQLContent Management

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-25 · rubric v0.14.0
Composite quality — 19.8/100 · emerging
Contract Quality 7.9 / 21
Developer Ergonomics 2.0 / 17
Access Clarity 1.1 / 17
Operational Transparency 0.3 / 11
Contract Governance 0.5 / 10
Discoverability 5.8 / 9
Regulatory Posture 4.0 / 15
Agent readiness — 22/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
Documented Reversibility 0 / 6
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Delegated User Identity 0 / 6
Protected Resource Metadata 0 / 5
Registration Without a Human 0 / 6
Agentic Commerce Surface 0 / 5
Regulatory Posture applies to this provider. Its tags matched the Payments regime, so Regulatory Posture carries 15 points of the composite. If this regime is wrong for your business, say so on your provider repo — the applicability map is public and we will correct it.
The six quality facets above are damped to 85 points between them, because the conditional facet above carries the other 15. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 85% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/ink-games: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

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

INK Games Web Content GraphQL API

The GraphQL contract served by INK Games' Strapi headless CMS, which supplies the content rendered on www.inkgames.com. Schema introspection is enabled and unauthenticated, so t...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

INK Games MCP Server

MCP posture for INK Games. No MCP server exists — not hosted, not packaged, not announced. No candidate tool list is derived because there is no reachable operation to derive on...

MCP SERVER

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Ink Games Rate Limits

0 limits

RATE LIMITS

Security Posture 2

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

Ink Games Authentication

2 schemes

SECURITY

Ink Games Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: ink-games
name: INK Games
description: 'INK Games is an Austin, Texas gaming company building a free-to-earn mobile gaming and social platform under
  the banner "Play. Win. Earn." Its flagship title is Prize Kingdoms, a mobile kingdom-building game distributed through the
  Apple App Store and Google Play in which players compete and earn real cash prizes. Two platform services sit behind the
  games: Ink ID, the single account and passkey-based authentication layer, and InkPay, the payments and earnings system that
  pays players and influencers ongoing royalties tied to the reach of their personal INK referral code. The team is drawn
  from EA, Zynga, SciPlay and Buffalo Studios. INK Games operates no public developer program — it publishes no developer
  portal, API reference, SDK or specification, and its shares trade only on private secondary markets.'
image: https://www.inkgames.com/favicon.ico
url: https://raw.githubusercontent.com/api-evangelist/ink-games/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.20'
created: '2026-08-23'
modified: '2026-08-23'
tags:
- Company
- Games
- Gaming
- Mobile Games
- Entertainment
- Consumer
- Rewards
- Payments
- Loyalty
- Referral
- GraphQL
- Content Management
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
apis:
- aid: ink-games-web-content-graphql
  name: INK Games Web Content GraphQL API
  description: 'The GraphQL contract served by INK Games'' Strapi headless CMS, which supplies the content rendered on www.inkgames.com.
    Schema introspection is enabled and unauthenticated, so the complete type system — 165 types, 29 query fields, 37 mutations
    across the Home, Games, Studio, Support, InkPay, Global, NotFound and StandardPage content types — is publicly readable.
    Every data resolver, however, returns "Forbidden access" to anonymous callers: the shape of the API is public, the data
    is not. This is the website''s content backend, not a product INK Games offers for third-party integration, and INK Games
    publishes no documentation for it.'
  humanURL: https://www.inkgames.com/
  baseURL: https://webadm.inkgames.com/graphql
  tags:
  - GraphQL
  - Content Management
  - Website
  properties:
  - type: GraphQL
    url: graphql/ink-games-cms-schema.graphql
  - type: GraphQLIntrospection
    url: graphql/ink-games-cms-introspection.json
  - type: Authentication
    url: authentication/ink-games-authentication.yml
  - type: DataModel
    url: data-model/ink-games-data-model.yml
  - type: ErrorCatalog
    url: errors/ink-games-problem-types.yml
  - type: Conventions
    url: conventions/ink-games-conventions.yml
  - type: RateLimits
    url: rate-limits/ink-games-rate-limits.yml
common:
- type: DomainSecurity
  url: security/ink-games-domain-security.yml
- type: Website
  url: https://www.inkgames.com/
- type: Support
  url: https://www.inkgames.com/support/
- type: SignUp
  url: https://dashboard.inkgames.com/sign-up
- type: Login
  url: https://dashboard.inkgames.com/login
- type: TermsOfService
  url: https://www.inkgames.com/terms-and-conditions/
- type: PrivacyPolicy
  url: https://www.inkgames.com/privacy/
- type: GitHubOrganization
  url: https://github.com/Ink-Games
- type: GraphQL
  url: graphql/ink-games-graphql.yml
- type: Authentication
  url: authentication/ink-games-authentication.yml
- type: DataModel
  url: data-model/ink-games-data-model.yml
- type: ErrorCatalog
  url: errors/ink-games-problem-types.yml
- type: Conventions
  url: conventions/ink-games-conventions.yml
- type: Conformance
  url: conformance/ink-games-conformance.yml
- type: Lifecycle
  url: lifecycle/ink-games-lifecycle.yml
- type: Plans
  url: plans/ink-games-plans-pricing.yml
- type: RateLimits
  url: rate-limits/ink-games-rate-limits.yml
- type: Packages
  url: packages/ink-games-packages.yml
- type: MCPServer
  url: mcp/ink-games-mcp.yml
- type: LLMsTxt
  url: llms/ink-games-llms.txt
x-enrichment:
  date: '2026-08-23'
  status: enriched
  artifacts_added: 16
  pass: local-v1
x-coverage:
  state: covered
  reason: null
  detail: 'A real first-party machine-readable contract was retrieved: the complete GraphQL schema at https://webadm.inkgames.com/graphql,
    readable by anonymous introspection. INK Games publishes no developer program around it.'
  checked: '2026-08-23'

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/ink-games"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/ink-games/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/ink-games/evidence"

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.