Highrise

Highrise is a mobile-first virtual world by Pocket Worlds Inc where users create avatars, hang out in social rooms, design and trade fashion items, and build custom worlds. Alongside the consumer app, Highrise operates a developer platform for creators: a WebSocket Bot API for running programmable bots inside rooms (official Python and .NET SDKs), a read-only REST Web API exposing public users, rooms, posts, items and grabs data, and Highrise Studio with an Engine API and Cloud API for scripting worlds and games in Lua. Bots authenticate with an API token minted from the Highrise account settings and are bound to a room ID.

Highrise publishes 6 APIs on the APIs.io network, including Bot API, grabs API, items API, and 3 more. Tagged areas include Company, Virtual World, Metaverse, Social, and Gaming.

The Highrise catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Highrise’s developer surface includes documentation, API reference, getting-started guide, support, CLI, authentication, changelog, and 21 more developer resources.

49.7/100 developing ▬ flat Agent 61/100 agent native Full breakdown ↓
scored 2026-07-23 · rubric v0.5
AccessSelf serve
7 APIs 1 MCP Servers
CompanyVirtual WorldMetaverseSocialGamingAvatarsBotsDeveloper PlatformChat

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-23 · rubric v0.5
Composite quality — 49.7/100 · developing
Contract Quality 13.5 / 25
Developer Ergonomics 15.7 / 20
Commercial Clarity 6.8 / 20
Operational Transparency 3.8 / 13
Governance 0.0 / 12
Discoverability 10.0 / 10
Agent readiness — 61/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 15
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 0 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
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/highrise: 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 7

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

Highrise Bot API

WebSocket API for building and running programmable bots inside Highrise rooms. Bots receive a stream of room events (chat, emotes, reactions, joins/leaves, movement, tips, voic...

Highrise Studio (Engine + Cloud API)

Highrise Studio is the world-building toolset. Its Engine API and Cloud API let creators script custom worlds, games and experiences in Lua with deep customization of the Highri...

Highrise grabs API

The grabs API from Highrise — 2 operation(s) for grabs.

Highrise items API

The items API from Highrise — 2 operation(s) for items.

Highrise posts API

The posts API from Highrise — 2 operation(s) for posts.

Highrise rooms API

The rooms API from Highrise — 2 operation(s) for rooms.

Highrise users API

The users API from Highrise — 2 operation(s) for users.

Scroll for all 7

MCP Servers 1

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

highrise-mcp.yml

MCP SERVER

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Highrise Bot API — Event Surface

Event surface of the Highrise Bot API, generated faithfully from the official highrise-bot-sdk event model (github.com/pocketzworld/python-bot-sdk, src/highrise/models.py). Bots...

ASYNCAPI

Security Posture 2

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

Highrise Authentication

apiKey · 1 scheme

SECURITY

Highrise Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 4

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 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: highrise
name: Highrise
description: 'Highrise is a mobile-first virtual world by Pocket Worlds Inc where users create avatars, hang out in social
  rooms, design and trade fashion items, and build custom worlds. Alongside the consumer app, Highrise operates a developer
  platform for creators: a WebSocket Bot API for running programmable bots inside rooms (official Python and .NET SDKs), a
  read-only REST Web API exposing public users, rooms, posts, items and grabs data, and Highrise Studio with an Engine API
  and Cloud API for scripting worlds and games in Lua. Bots authenticate with an API token minted from the Highrise account
  settings and are bound to a room ID.'
url: https://raw.githubusercontent.com/api-evangelist/highrise/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- canaan-partners
x-tier: profiled
x-tier-reason: enriched-from-provider-surface
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://highrise.game/assets/images/highrise-meta.png
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-19'
tags:
- Company
- Virtual World
- Metaverse
- Social
- Gaming
- Avatars
- Bots
- Developer Platform
- Chat
apis:
- name: Highrise Bot API
  description: WebSocket API for building and running programmable bots inside Highrise rooms. Bots receive a stream of room
    events (chat, emotes, reactions, joins/leaves, movement, tips, voice, DMs, moderation) and issue request messages (chat,
    teleport, moderate, tip, manage voice, buy items, manage backpack/outfit, send messages). Official Python and .NET SDKs
    wrap the protocol.
  humanURL: https://create.highrise.game/learn/guides/bots/creating-a-bot
  baseURL: wss://highrise.game/web/botapi
  tags:
  - Bots
  - WebSocket
  - Events
  - Real-time
  properties:
  - type: AsyncAPI
    url: asyncapi/highrise-bot-api-asyncapi.yml
  - type: Webhooks
    url: asyncapi/highrise-bot-api-asyncapi.yml
- name: Highrise Studio (Engine + Cloud API)
  description: Highrise Studio is the world-building toolset. Its Engine API and Cloud API let creators script custom worlds,
    games and experiences in Lua with deep customization of the Highrise runtime.
  humanURL: https://create.highrise.game
  baseURL: https://create.highrise.game
  tags:
  - Lua
  - Game Engine
  - World Building
- aid: highrise:highrise-grabs-api
  name: Highrise grabs API
  description: The grabs API from Highrise — 2 operation(s) for grabs.
  humanURL: https://create.highrise.game/learn/guides/bots/creating-a-bot
  baseURL: wss://highrise.game/web/botapi
  tags:
  - grabs
  properties:
  - type: OpenAPI
    url: openapi/highrise-grabs-api-openapi.yml
  - type: DataModel
    url: data-model/highrise-data-model.yml
- aid: highrise:highrise-items-api
  name: Highrise items API
  description: The items API from Highrise — 2 operation(s) for items.
  humanURL: https://create.highrise.game/learn/guides/bots/creating-a-bot
  baseURL: wss://highrise.game/web/botapi
  tags:
  - items
  properties:
  - type: OpenAPI
    url: openapi/highrise-items-api-openapi.yml
  - type: DataModel
    url: data-model/highrise-data-model.yml
- aid: highrise:highrise-posts-api
  name: Highrise posts API
  description: The posts API from Highrise — 2 operation(s) for posts.
  humanURL: https://create.highrise.game/learn/guides/bots/creating-a-bot
  baseURL: wss://highrise.game/web/botapi
  tags:
  - posts
  properties:
  - type: OpenAPI
    url: openapi/highrise-posts-api-openapi.yml
  - type: DataModel
    url: data-model/highrise-data-model.yml
- aid: highrise:highrise-rooms-api
  name: Highrise rooms API
  description: The rooms API from Highrise — 2 operation(s) for rooms.
  humanURL: https://create.highrise.game/learn/guides/bots/creating-a-bot
  baseURL: wss://highrise.game/web/botapi
  tags:
  - rooms
  properties:
  - type: OpenAPI
    url: openapi/highrise-rooms-api-openapi.yml
  - type: DataModel
    url: data-model/highrise-data-model.yml
- aid: highrise:highrise-users-api
  name: Highrise users API
  description: The users API from Highrise — 2 operation(s) for users.
  humanURL: https://create.highrise.game/learn/guides/bots/creating-a-bot
  baseURL: wss://highrise.game/web/botapi
  tags:
  - users
  properties:
  - type: OpenAPI
    url: openapi/highrise-users-api-openapi.yml
  - type: DataModel
    url: data-model/highrise-data-model.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://highrise.game
- type: DeveloperPortal
  url: https://create.highrise.game
- type: Documentation
  url: https://create.highrise.game/learn
- type: APIReference
  url: https://create.highrise.game/learn
- type: GettingStarted
  url: https://create.highrise.game/learn/guides/bots/creating-a-bot
- type: Support
  url: https://support.highrise.game
- type: GitHubOrganization
  url: https://github.com/pocketzworld
- type: TermsOfService
  url: https://highrise.game/terms-of-service
- type: PrivacyPolicy
  url: https://highrise.game/privacy-policy
- type: Login
  url: https://highrise.game/account/settings
- type: Partnerships
  url: https://create.highrise.game/partnerships
- type: Packages
  url: packages/highrise-packages.yml
- type: SDKs
  url: packages/highrise-packages.yml
- type: CLI
  url: cli/highrise-cli.yml
- type: Authentication
  url: authentication/highrise-authentication.yml
- type: Conventions
  url: conventions/highrise-conventions.yml
- type: ErrorCatalog
  url: errors/highrise-problem-types.yml
- type: DataModel
  url: data-model/highrise-data-model.yml
- type: Conformance
  url: conformance/highrise-conformance.yml
- type: Lifecycle
  url: lifecycle/highrise-lifecycle.yml
- type: ChangeLog
  url: changelog/highrise-changelog.yml
- type: MCPServer
  url: mcp/highrise-mcp.yml
- type: LLMsTxt
  url: llms/highrise-llms.txt
- type: WellKnown
  url: well-known/highrise-well-known.yml
- type: DomainSecurity
  url: security/highrise-domain-security.yml
- type: AgentSkill
  url: skills/_index.yml
- type: Overlay
  url: overlays/highrise-web-api-overlay.yaml
- type: Webhooks
  url: asyncapi/highrise-bot-api-asyncapi.yml
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence