Python
from notte_sdk import NotteClient notte = NotteClient() agent = notte.Agent(agent_id="<agent_id>") print(agent.workflow.code())
{ "python_script": "<string>", "json_actions": [ {} ] }
The access token received from the authorization server in the OAuth 2.0 flow.
Whether to return code as standalone workflow or just relevant instructions
Successful Response
Python script to replicate agent steps
Json actions to replicate agent steps
Was this page helpful?