live · Developer Tools · JSON · API for agents
Read WaitSpin active public campaign inventory, CPM, and served impression counts.
{
"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": "/"
}Send an email verification code for a WaitSpin control key or user-install extension key.
{
"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 a WaitSpin email code and return the issued wts_live API key for the selected profile.
{
"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 a WaitSpin VS Code Activity Bar/status-bar user install with an extension API key for advanced agent or CLI fallback setup.
{
"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": "/"
}