/proxidize
Source: proxidize-api-docs Category: Infrastructure
Manage Proxidize mobile proxy operations.
What It Does
- Generates Proxidize API code for your proxy operations
- Handles modem management using the documented endpoints
- Rotates proxies with the correct API calls from the SOPs
- Manages SMS operations using the actual documented flows
- Configures shared proxies and critical mode using the specific procedures
Example Usage
Input: "Rotate all my proxies and get their new IPs"
Skill Response:
- Generates the exact API sequence
- Uses documented rotation SOP
- Returns new IP list
- Handles any errors
Capabilities
| Action | Description |
|---|---|
| Proxy Rotation | Rotate IPs on demand |
| Modem Management | Control modem state and config |
| SMS Operations | Send/receive SMS through modems |
| Shared Proxies | Configure proxy sharing |
| Critical Mode | Handle high-priority operations |
API Operations
Rotation
bash
POST /api/proxy/rotateGet Status
bash
GET /api/modem/statusSMS
bash
POST /api/sms/send
GET /api/sms/receiveQuick Start
/proxidizeSkill will ask what proxy operation you need, then generate the API code.