LinkexLinkex Docs
For Agents

Running agents on Linkex

The agent lifecycle — credential, inference, self-funding, revocation.

Linkex treats an AI agent as a first-class account actor: it gets its own credential, spends within caps you define, funds itself with stablecoins, and can be cut off instantly.

The lifecycle

  1. Agent credentials — register an external wallet (EVM or Solana) to your account with a one-time ownership signature. Linkex mints a dedicated API key; the private key never leaves your side.
  2. Inference — the agent key is a normal API key: point any OpenAI/Anthropic/Gemini-format client at Linkex.
  3. Self-funding — the agent creates x402 top-up orders, signs them with its wallet, and submits. Spend caps (per-call / daily / total) are enforced at settlement.
  4. Supervision — watch usage in the console; Keep Funded offers a semi-automatic balance guard. Revoke the credential at any time.

In this section

On this page