Developers

Build AI discovery into apps, assistants, and physical environments

PLASSX gives developers API and SDK infrastructure for contextual recommendations, conversational discovery, spatial intelligence, and AI visibility.

Recommendation APIs

Rank places, products, stores, services, and experiences using intent and environment context.

Conversational AI APIs

Connect assistants to physical environments and return contextual discovery responses.

Spatial Intelligence APIs

Query zones, proximity, movement context, environment graphs, and relationship data.

SDKs

Integrate PLASSX into web, iOS, Android, kiosks, smart screens, and enterprise systems.

Developer-first physical AI infrastructure.

Use PLASSX to connect assistant intent, environment context, recommendation ranking, and real-world discovery inside your own product surface.

@plassx/web-sdk

import { Plassx } from "@plassx/web-sdk";

const plassx = new Plassx({
  publishableKey: "px_live_...",
  environmentId: "env_01"
});

const response = await plassx.recommend({
  query: "What coffee shops are less crowded right now?",
  context: {
    zone: "north_atrium",
    channel: "mobile_app"
  }
});