Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notte-experiment-visibility-md-links.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Functions enable hybrid automation by combining the precision of scripting with the adaptability of AI agents. They allow you to script the predictable parts of your automation while leveraging agents only when needed, resulting in more reliable and cost-effective automations.
from notte_sdk import NotteClient
client = NotteClient()

def run(url: str):
    with client.Session() as session:
        session.execute(type="goto", url=url)
        return session.scrape()

Parameters

function_id
str | None
default:"None"
decryption_key
str | None
default:"None"
workflow_path
str | None
default:"None"
path
str
required
The path to the function to upload.
name
str | None
description
str | None
shared
bool