Skip to main content
Functions is an exclusive feature for paid plans.

Easy to create

Effortlessly generate functions by describing them in the Lumi chat. Area Gi
1

Describe the Function

Directly describe the function you want to implement, for example:
I want to create a GIF sharing platform based on GIPHY's services.
2

Activate Functions

Remember to activate the “Functions” feature in the Toolbox.
3

Let Lumi Integrate

Lumi will then automatically integrate the third-party service for you.
4

Provide the API Key

When prompted during the process, send the required API key in the chat. Lumi will securely store it as an environment variable to prevent it from being leaked.Screenshot 20251011 143703 Pn

Activate Functions

  • Activate when creating a new project on the homepage
    1

    Click "Toolbox" at the bottom left of the input box

    20251011 143408 Jpe
    2

    Check "Functions"

    20251011 143413 Jpe
    3

    After sending the message and creating the project, this project will have activated functions.

  • Activate in an already created project
    1

    Click "Workspace"

    2

    Click "Functions" in the navigation below

    3

    Click "Activate"

    激活 Pn

Debugging built-in

Every function is equipped with comprehensive logs detailing its executions, outputs, and errors. You can also view the code and manually test the function yourself.
20251011-150001

Functions Code

20251011-150010

API Doc

20251011-150013

Logs

20251011-143143

Test

I