The Imperal SDK

Build on Imperal. Reach every user. Get paid.

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.

invoices_skill.py
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 sending

That's a skill. Push it, and every user can ask Webbee to do it in their own words.

How it pays off

Build once. We ship it. You get paid.

Build once

Write a skill with the SDK — invoices, legal work, crop tracking, anything you can describe in code.

We ship it to every user

No servers to run, no customers to chase. Imperal lists it on the Marketplace and handles the billing.

You get paid

Every time someone uses what you built — real money, straight to your bank.

How payouts work

What you get

You write the skill. We handle the rest.

No servers to run

Imperal hosts and scales your skill. No deploys, no on-call, no infrastructure to babysit.

Billing handled

Usage is metered and charged for you. We collect, we pay you out — you never touch a payment form.

Global reach

Every Imperal user can find and use your skill from day one — individuals, businesses and teams.

Built on an open standard

Skills speak ICNLI — the open protocol behind Webbee, published under CC BY-SA. No lock-in to learn.

Ship your first skill today.

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.

imperal.io