Skip to content

For developers

You’re building an app that runs inside someone else’s Linkworld tenant — a per-tenant container that wakes on demand, exposes tools to the tenant’s agents, and talks to other apps via grants and wires.

Pick a starting point:

  • Quickstart — scaffold, run locally, deploy to the platform. Five minutes.
  • Concepts — the mental model: manifest, scopes, lifecycle, trust boundaries.
  • Install the CLIpip install linkworld, verify, configure.
Terminal window
# Python
pip install linkworld
linkworld init my-app --lang python
Terminal window
# TypeScript
npm install -g @linkworld_ai/cli
linkworld init my-app --lang typescript

Same manifest schema, same handler signatures, same ctx API (ctx.tools, ctx.secrets, ctx.team, ctx.apps, ctx.events, ctx.rooms, ctx.commitments, ctx.kv). Cross-SDK CI tests assert they stay in lockstep.

The Open App Platform is in alpha. The wire format is stable and the cross-app collaboration stack is live in production, but 0.x SDK APIs may break until the first external partner ships. Pin your SDK version and watch the GitHub releases.