W

waitspin.com

Agent-first ad marketplace for developer wait-states: advertisers buy sponsored lines shown in AI coding tools (VS Code, Claude Code, OpenCode, Grok Code CLI) while developers wait, and publishers earn a revenue share.

1read
3action
https://www.waitspin.com/

live · Developer Tools · JSON · API for agents

Tools 4 tools

get_waitspin_marketread

Read WaitSpin active public campaign inventory, CPM, and served impression counts.

View tool JSON
{
  "name": "get_waitspin_market",
  "kind": "read",
  "impl": "declarative",
  "description": "Read WaitSpin active public campaign inventory, CPM, and served impression counts.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
request_waitspin_key_codeaction

Send an email verification code for a WaitSpin control key or user-install extension key.

View tool JSON
{
  "name": "request_waitspin_key_code",
  "kind": "action",
  "impl": "declarative",
  "description": "Send an email verification code for a WaitSpin control key or user-install extension key.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "email": {
        "type": "string"
      },
      "key_profile": {
        "type": "string",
        "enum": [
          "control",
          "publisher_extension"
        ]
      }
    },
    "required": [
      "email",
      "key_profile"
    ]
  },
  "page": "/"
}
verify_waitspin_keyaction

Verify a WaitSpin email code and return the issued wts_live API key for the selected profile.

View tool JSON
{
  "name": "verify_waitspin_key",
  "kind": "action",
  "impl": "declarative",
  "description": "Verify a WaitSpin email code and return the issued wts_live API key for the selected profile.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "email": {
        "type": "string"
      },
      "code": {
        "type": "string"
      },
      "key_profile": {
        "type": "string",
        "enum": [
          "control",
          "publisher_extension"
        ]
      }
    },
    "required": [
      "email",
      "code",
      "key_profile"
    ]
  },
  "page": "/"
}
register_waitspin_publisheraction

Register a WaitSpin VS Code Activity Bar/status-bar user install with an extension API key for advanced agent or CLI fallback setup.

View tool JSON
{
  "name": "register_waitspin_publisher",
  "kind": "action",
  "impl": "declarative",
  "description": "Register a WaitSpin VS Code Activity Bar/status-bar user install with an extension API key for advanced agent or CLI fallback setup.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "api_key": {
        "type": "string"
      },
      "install_id": {
        "type": "string"
      }
    },
    "required": [
      "api_key",
      "install_id"
    ]
  },
  "page": "/"
}