Ultron.
Tool reference / Ultron

save_ultron_setup

Save only the user-agreed role, goal and source preferences. Never accepts API keys or passwords. Does not activate a connection or schedule.

Updated September 8, 2026 · Independent beta

Remember my Ultron setup

Save only the user-agreed role, goal and source preferences. Never accepts API keys or passwords. Does not activate a connection or schedule.

Permission and calling convention

Required scope: monitors:write. This tool can change account-owned settings or prepare a request. Use only for an intentional user action.

This tool does not sign or broadcast a transaction. Check errors, source timestamps and explicit unavailable fields before using the result.

POST /api/tools/save_ultron_setup
Authorization: Bearer <ULTRON_ACCESS_KEY>
Content-Type: application/json

Input schema

Inputs are validated against this current schema. Use exact values from live source results rather than substituting a ticker for a contract or a different chain.

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "role": {
      "type": "string",
      "enum": [
        "trader",
        "builder",
        "both"
      ]
    },
    "goal": {
      "type": "string",
      "minLength": 1,
      "maxLength": 200
    },
    "focus": {
      "minItems": 1,
      "maxItems": 9,
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "market_research",
          "price_alerts",
          "wallet_tracking",
          "social_research",
          "build_apps",
          "contract_checks",
          "history",
          "routines",
          "case_knowledge"
        ]
      }
    },
    "providerChoices": {
      "type": "object",
      "properties": {
        "blockscout": {
          "type": "string",
          "enum": [
            "connect",
            "later",
            "skip"
          ]
        },
        "coingecko": {
          "type": "string",
          "enum": [
            "connect",
            "later",
            "skip"
          ]
        },
        "apify": {
          "type": "string",
          "enum": [
            "connect",
            "later",
            "skip"
          ]
        },
        "x": {
          "type": "string",
          "enum": [
            "connect",
            "later",
            "skip"
          ]
        },
        "alchemy": {
          "type": "string",
          "enum": [
            "connect",
            "guide",
            "later",
            "skip"
          ]
        }
      },
      "additionalProperties": false
    },
    "wantsNotifications": {
      "type": "boolean"
    },
    "client": {
      "type": "string",
      "enum": [
        "claude",
        "codex",
        "chatgpt",
        "other"
      ]
    },
    "skipPersonalization": {
      "type": "boolean"
    }
  },
  "additionalProperties": false
}

Need a concrete starting point?

Build something →Track something →