Generate a scoped authentication token for an AI agent
Select which actions the agent can perform. Unchecked = forbidden.
🔐 One-Time Secret Link
⚠️ This link expires after being viewed once or after 1 hour.
// Add these headers to agent requests { "X-TokenForm-Asset": "", "X-TokenForm-Agent": "" } // Example fetch request fetch('https://algorandnews-api.jbinder.workers.dev/drafts', { headers: { 'X-TokenForm-Asset': '', 'X-TokenForm-Agent': '' } })