Virtual Interface SystemThe Alpha-Fox Virtual Interface (AFVI) is a set of servers rezzed throughout the Second LifeĀ® World that allow us to have a quick and fail-proof system of communicating from the outside world (http) to the grid (objects in Second Life).
Interface Nodes
You can view all of the in-world servers from this page. The servers that are in blue are online, servers that are in red are offline. | Region | Version | FPS | Time Dilation | Success | Error | Rate | Latency | Updated | | Dragonglass | 4.2.0 | 44.80405 | 0.994175 | 73 | 0 | 100% | 1.118849s | 20260315.021919 | | Fractal | 4.2.0 | 45.00485 | 1 | 68 | 2 | 97% | 1.089271s | 20260315.021751 | | Han Loso | 4.2.0 | 44.72616 | 0.981627 | 336 | 0 | 100% | 1.101904s | 20260315.021614 | | Quiddity | 4.2.0 | 45.00723 | 1 | 138 | 0 | 100% | 1.11878s | 20260315.021914 | | Sparks | 4.2.0 | 44.99407 | 0.999502 | 16 | 1 | 94% | 1.111504s | 20260315.021853 | | Tentacles | 4.2.0 | 44.98829 | 0.998604 | 220 | 0 | 100% | 1.111025s | 20260315.021727 | | Viserion | 4.2.0 | 45.00526 | 0.994507 | 44 | 0 | 100% | 1.155686s | 20260315.021745 |
APIWe currently have a limited API to allow usage of this network. To apply for an API key, submit a support ticket under the "API" department. PLEASE NOTE THAT DISTRIBUTING YOUR APIKEY TO ANYONE BESIDES YOURSELF IS PROPER CAUSE FOR THAT KEY TO BE REVOKED. HAVING THE KEY IS NOT A RIGHT, BUT A PRIVILAGE.
Command: Send Email
Description: Allows you to send emails.
URL: http://vi.alpha-fox.com/send/
POST Parameters: apikey=[YOUR APIKEY HERE]&method=email&target=[ADDRESS]&subject=[SUBJECT]&body=[MESSAGE]
Format: PSV
SENT / FAIL|[ERRORCODE]|[ERRORMESSAGE]
Command: Send IM
Description: Allows you to IM avatars in-world.
URL: http://vi.alpha-fox.com/send/
POST Parameters: apikey=[YOUR APIKEY HERE]&method=im&target=[UUID]&body=[MESSAGE]
Format: PSV
SENT / FAIL|[ERRORCODE]|[ERRORMESSAGE]
Command: Send Comm
Description: Allows you to send a *verifiable* message to another object in-world. Utilizes the "close session" command.
URL: http://vi.alpha-fox.com/send/
POST Parameters: apikey=[YOUR APIKEY HERE]&method=comm&target=[UUID]&body=[MESSAGE]&confirm=[0/1]
Format: PSV
SENT / FAIL|[ERRORCODE]|[ERRORMESSAGE]
Command: Close Session
Description: Allows you to close a "comm" session.
URL: http://vi.alpha-fox.com/close/
POST Parameters: apikey=[YOUR APIKEY HERE]&session=[SESSION]&reply=[MESSAGE]
Format: PSV
_SESSION_CLOSED / _BAD_SESSION
Command: Whitelist
Description: Lets you download a list of all active AFVI keys, which will let you filter out valid / invalid e-mails.
URL: http://vi.alpha-fox.com/whitelist/
POST Parameters: apikey=[YOUR APIKEY HERE]
Format: PSV
WHITELIST|key,key,key,key,key
|