Get started: use the Notte CLI skill to generate your first SDK script | Setup guide
curl --request POST \
--url https://api.example.com/prompts/nudge \
--header 'Content-Type: application/json' \
--data '
{
"task": "<string>",
"agent_messages": [
{}
]
}
'{
"prompt": "<string>"
}curl --request POST \
--url https://api.example.com/prompts/nudge \
--header 'Content-Type: application/json' \
--data '
{
"task": "<string>",
"agent_messages": [
{}
]
}
'{
"prompt": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.notte.cc/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
Suggestions