Skip to main content

During onboarding

The quickest path — the onboarding wizard creates your first agent automatically:
  1. Sign up at xwell.xyz
  2. The wizard creates your wallet + first agent
  3. Copy the API key (shown once)
  4. Connect your agent using the setup instructions

From the dashboard

After onboarding, create additional agents from the dashboard:
  1. Go to Agents in the sidebar
  2. Click Create Agent
  3. Choose a wallet and name
  4. Optionally set custom spending limits
  5. Copy the API key immediately — it won’t be shown again
API keys are shown only at creation time. If you lose it, you’ll need to rotate the key from the agent detail page.

Pre-provisioned agents (for teams)

For teams deploying multiple agents, create them in advance and distribute keys through:
  • Environment variables
  • Secret managers (Vault, AWS Secrets, etc.)
  • .env files in deployment configs
Example: create agents with different policies for different tasks:
AgentDaily CapChainsPurpose
research-bot5 USDCEVM onlyLow-cost API lookups
data-pipeline50 USDCEVM + SolanaHigh-volume data enrichment
demo-agent1 USDCEVM onlyCustomer demos

Key rotation

If a key is compromised or lost:
  1. Go to agent detail page
  2. Click Rotate API Key in the danger zone
  3. The old key is immediately invalidated
  4. Copy the new key and update your agent’s config