Create Session
Activate Session
Transfer USDC topaymentRequest.payTo, then:
Documentation Index
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, then:
const activation = await agent.activateSession(sessionId, txHash, amount);
const result = await agent.execute(service, input, { sessionId });