The Sandbox website screenshot

The Sandbox

The Sandbox is a user-generated-content metaverse and voxel gaming platform operated by TSB Gaming Ltd (a subsidiary of Animoca Brands), where players and creators build, own and monetise voxel games and assets on Ethereum and Polygon using the SAND token, LAND parcels and ERC-721/ERC-1155 ASSETs. Its creator toolchain is VoxEdit (NFT and avatar designer) and Game Maker (experience designer), with a marketplace for trading assets. For developers The Sandbox runs a Developers HUB publishing a REST API for identity, avatars, assets, collections, libraries and LAND ownership, an OAuth-based identity system, a Swagger playground, and a Developer SDK for Unity distributed as a Unity Package Manager Git dependency. It also publishes its smart-contract source and a set of first-party npm packages under the @sandbox-smart-contracts scope.

The Sandbox publishes 1 API on the APIs.io network. Tagged areas include Company, Metaverse, Gaming, Blockchain, and NFT.

The Sandbox’s developer surface includes documentation, API reference, getting-started guide, support, engineering blog, authentication, changelog, and 17 more developer resources.

27.1/100 thin ▬ flat Agent 8/100 agent aware Full breakdown ↓
scored 2026-09-02 · rubric v0.18.0
AccessSelf serve
1 APIs
CompanyMetaverseGamingBlockchainNFTWeb3Virtual WorldsUser Generated ContentEthereumIdentity

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-02 · rubric v0.18.0
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/the-sand-box: 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 1

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

The Sandbox Developers API

The Sandbox Developers API is the REST surface of The Sandbox Developers HUB. It exposes core ecosystem data behind an OAuth-based identity system - Sandbox user identity, avata...

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

The Sand Box Rate Limits

0 limits

RATE LIMITS

Security Posture 3

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

The Sand Box Authentication

2 schemes

SECURITY

The Sand Box Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

The Sand Box Vulnerability Disclosure

disclosure policy published

SECURITY

Resources

Get Started 2

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 5

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: the-sand-box
name: The Sandbox
description: The Sandbox is a user-generated-content metaverse and voxel gaming platform operated by TSB Gaming Ltd (a subsidiary
  of Animoca Brands), where players and creators build, own and monetise voxel games and assets on Ethereum and Polygon using
  the SAND token, LAND parcels and ERC-721/ERC-1155 ASSETs. Its creator toolchain is VoxEdit (NFT and avatar designer) and
  Game Maker (experience designer), with a marketplace for trading assets. For developers The Sandbox runs a Developers HUB
  publishing a REST API for identity, avatars, assets, collections, libraries and LAND ownership, an OAuth-based identity
  system, a Swagger playground, and a Developer SDK for Unity distributed as a Unity Package Manager Git dependency. It also
  publishes its smart-contract source and a set of first-party npm packages under the @sandbox-smart-contracts scope.
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  - rate-limits
  - security
  generated: '2026-09-02'
  method: derived
image: https://avatars.githubusercontent.com/u/63786662?v=4
url: https://raw.githubusercontent.com/api-evangelist/the-sand-box/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.20'
created: '2026-08-30'
modified: '2026-08-30'
tags:
- Company
- Metaverse
- Gaming
- Blockchain
- NFT
- Web3
- Virtual Worlds
- User Generated Content
- Ethereum
- Identity
apis:
- aid: the-sand-box-developers-api
  name: The Sandbox Developers API
  description: The Sandbox Developers API is the REST surface of The Sandbox Developers HUB. It exposes core ecosystem data
    behind an OAuth-based identity system - Sandbox user identity, avatars, assets, collections, libraries, inventory, LAND
    ownership and SAND balances - so games, tools, dashboards and analytics platforms can integrate with The Sandbox metaverse.
    Requests are JSON over HTTPS using GET, POST, PATCH and DELETE, top-level resources carry a UUIDv4 id, property names
    are snake_case and timestamps are ISO 8601. Access is granted by request and approval; credentials are issued by The Sandbox
    as an OAuth client id and client secret.
  humanURL: https://developers.sandbox.game/api/
  baseURL: https://developers.sandbox.game/api/
  tags:
  - Identity
  - Avatars
  - Assets
  - Collection
  - Land
  - Metaverse
  tags_raw:
  - Identity
  - Avatars
  - Assets
  - Collections
  - Land
  - Metaverse
  properties:
  - type: APIReference
    url: https://developers.sandbox.game/api/
  - type: DeveloperPortal
    url: https://developers.sandbox.game/
  - type: GettingStarted
    url: https://developers.sandbox.game/getting-started.html
  - type: Authentication
    url: authentication/the-sand-box-authentication.yml
  - type: Conventions
    url: conventions/the-sand-box-conventions.yml
  - type: ErrorCatalog
    url: errors/the-sand-box-problem-types.yml
  - type: RateLimits
    url: rate-limits/the-sand-box-rate-limits.yml
  - type: DataModel
    url: data-model/the-sand-box-data-model.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/the-sand-box-domain-security.yml
- type: Website
  url: https://www.sandbox.game/
- type: DeveloperPortal
  url: https://developers.sandbox.game/
- type: Documentation
  url: https://docs.sandbox.game/en
- type: APIReference
  url: https://developers.sandbox.game/api/
- type: GettingStarted
  url: https://developers.sandbox.game/getting-started.html
- type: Support
  url: https://docs.sandbox.game/en/general/helpcontact
- type: Blog
  url: https://www.sandbox.game/blog/
- type: BlogRSS
  url: https://medium.com/feed/sandbox-game
- type: GitHubOrganization
  url: https://github.com/thesandboxgame
- type: TermsOfService
  url: https://www.sandbox.game/en/terms-of-use/
- type: PrivacyPolicy
  url: https://www.sandbox.game/en/privacypolicy/
- type: LLMsTxt
  url: llms/the-sand-box-llms.txt
- type: Packages
  url: packages/the-sand-box-packages.yml
- type: SDKs
  url: packages/the-sand-box-packages.yml
- type: Authentication
  url: authentication/the-sand-box-authentication.yml
- type: Conventions
  url: conventions/the-sand-box-conventions.yml
- type: ErrorCatalog
  url: errors/the-sand-box-problem-types.yml
- type: RateLimits
  url: rate-limits/the-sand-box-rate-limits.yml
- type: Plans
  url: plans/the-sand-box-plans-pricing.yml
- type: Lifecycle
  url: lifecycle/the-sand-box-lifecycle.yml
- type: ChangeLog
  url: changelog/the-sand-box-changelog.yml
- type: Conformance
  url: conformance/the-sand-box-conformance.yml
- type: DataModel
  url: data-model/the-sand-box-data-model.yml
x-enrichment:
  date: '2026-08-30'
  status: enriched
  artifacts_added: 15
  pass: local-v1

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