Quickstart

Live API call to first agent job

Vectr runs on Robinhood Chain mainnet. Market data is public; actions go through an API key and always end in a human confirmation. This is the shortest path to each.

  1. 1

    Read live market data — no key needed

    Token lists, prices, trades and candles are public REST endpoints. This is a complete call:

    curl https://api.vectr.bot/tokens
  2. 2

    Create an API key for agent actions

    Keyless calls can only read. Anything that moves funds — launching, trading, orders — goes through the agent, which needs a key. Sign in with X, open your profile and create one under API keys.

    vectr login --key vectr_…
  3. 3

    Run your first agent job

    The agent plans the action and returns an unsigned transaction — a person confirms and signs it in the Vectr terminal. Nothing signs on its own.

    curl -X POST https://api.vectr.bot/agent/job \
      -H "X-API-Key: vectr_…" -H "Content-Type: application/json" \
      -d '{"prompt":"what is the current ETH price"}'
  4. 4

Two things worth knowing before you start

  • An agent never signs. It builds the transaction; the connected wallet confirms and broadcasts it.
  • Launching is free, but per-wallet daily launch limits apply — the current caps are in GET /config under subscription.tiers.