Imperal Docs
Built-in Extensions

Developer Portal

Developer Portal extension lets you publish, validate, and manage your Webbee extensions on Imperal Cloud, set pricing, and track your earnings from chat.

The Developer Portal is the built-in extension for shipping your own extensions on Imperal Cloud. You drive everything conversationally with Webbee ๐Ÿ โ€” register as a developer, create and deploy an app from Git, set pricing, submit for review, and track earnings and payouts. Every action below is a chat tool you invoke by asking in plain language.

Each tool is marked read (safe, returns information), write (changes state), or destructive (irreversible โ€” Webbee always asks you to confirm first).

Getting started as a developer

Prop

Type

Managing your apps

Prop

Type

Pricing

Prop

Type

Earnings & payouts

Prop

Type

Skeleton refresh

Prop

Type

Extension secrets

Secrets your extension declares in its manifest are stored encrypted at rest. A scope="user" secret is readable only by your own extension, scoped to one user at a time. A scope="app" secret is a developer-owned credential โ€” your OAuth client secret, a shared API key โ€” that you set once here in the Developer Portal and that every user's handler reads transparently; end users never see it. See Secrets for the full split and how to declare and read them in code.

Prop

Type

Looking for the SDK side โ€” decorators, ctx, manifest fields, validators? See the SDK reference. For installing and using other people's extensions, see the Marketplace.

On this page