Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set up gasless payment sessions
const { sessionId, paymentRequest } = await agent.createSession({ maxSpend: 10, durationHours: 24 });
paymentRequest.payTo
const activation = await agent.activateSession(sessionId, txHash, amount);
const result = await agent.execute(service, input, { sessionId });