Install
openclaw skills install agentrefUse AgentRef's REST API from OpenClaw or any HTTP runtime for merchant onboarding, programs, affiliates, conversions, flags, and payouts; authenticate with AGENTREF_API_KEY, start with GET /api/v1/me, prefer safe reads, and confirm state-changing writes before sending them.
openclaw skills install agentrefUse this skill when the user wants to inspect or operate AgentRef over HTTP instead of MCP, especially from OpenClaw or other REST-first runtimes.
https://www.agentref.co/api/v1Authorization: Bearer <AGENTREF_API_KEY>{ data, meta }{ error, meta }meta.requestIdGET /api/v1/medata.key.ownerType, data.key.keyType, data.key.scopes, and the returned owner/program contextownerType is affiliate, do not use the merchant-admin endpoints below; say so clearly and only pivot to affiliate /api/v1/me/* reads if the user explicitly wants affiliate self-serviceGET before proposing or sending writesIdempotency-Key headermeta.nextCursor or page and pageSize; do not guess hidden pagesLoad only the section needed for the current task. Keep the active prompt lean.