Build once
Write a skill with the SDK — invoices, legal work, crop tracking, anything you can describe in code.
The Imperal SDK
Teach Webbee a new skill with a few lines of Python. Imperal runs it, puts it in front of every user, and handles the billing — so you ship the idea, not the infrastructure.
from imperal import skill, ctx
@skill("invoices")
def overdue():
bills = ctx.find("unpaid invoices")
return ctx.draft(
"a polite reminder", to=bills,
) # Webbee asks before sendingThat's a skill. Push it, and every user can ask Webbee to do it in their own words.
How it pays off
Write a skill with the SDK — invoices, legal work, crop tracking, anything you can describe in code.
No servers to run, no customers to chase. Imperal lists it on the Marketplace and handles the billing.
Every time someone uses what you built — real money, straight to your bank.
What you get
Imperal hosts and scales your skill. No deploys, no on-call, no infrastructure to babysit.
Usage is metered and charged for you. We collect, we pay you out — you never touch a payment form.
Every Imperal user can find and use your skill from day one — individuals, businesses and teams.
Skills speak ICNLI — the open protocol behind Webbee, published under CC BY-SA. No lock-in to learn.
Create a free account, read the docs, and have Webbee learning a new trick in an afternoon. You keep the keys to your code the whole way.