Currently In Development

Build AI Tools

Prototype AI architectures in a node based editor.

Editor
API Integration
AI Sandbox provides an REST API endpoint to integrate the AI architectures to any application. Currently supported languages include Python, Javascript, and Rust.
Python 3Node.jsRust
1from aisandbox import execute_project
2
3project_id: str = "91392237-fc87-48b4-b83c-59c6ce0aad9d"
4api_key: str = "ais-4ad62b20-74ab-4f55-a5df-856007db6261"
5
6inputs = [{"id": "TextInputNode-dU-gccjt6igEbAVFnYs4x", 
7           "data": {"text": "Hello!"}}]
8
9output = execute_project(project_id, api_key, inputs)
10print(output.json())
11
12
13
Moniter Usage
All your API usage is monitered and displayed in the dashboard. You can also view the logs of the API calls and usage limit per month based on cost.
Start building AI architectures this morning.