Developer AccessConnect your model
Connect your model
to the compiler.
MCP protocol. OAuth 2.0 or API key. 30 tools on the external tier. Every compilation is a real DIS run.
30
MCP Tools (external)
16
Horizons
5
Universes
MCP Connection
# Add to your MCP client:
{
"mcpServers": {
"sid": {
"url": "https://api.sidislab.com/mcp"
}
}
}
# Or use API key:
{
"mcpServers": {
"sid": {
"url": "https://api.sidislab.com/mcp",
"headers": {
"Authorization": "Bearer sk-sid-dev-YOUR-KEY"
}
}
}
}Your API key
No key detected — sign in to get yours.
MCP ProtocolJSON-RPC 2.0OAuth 2.0PKCE + DCR30 ToolsExternal tier48 ToolsGateway manifest16 HorizonsMemory fabric5 UniversesRDU · LU · CU · ODU · SDUMCP ProtocolJSON-RPC 2.0OAuth 2.0PKCE + DCR30 ToolsExternal tier48 ToolsGateway manifest16 HorizonsMemory fabric5 UniversesRDU · LU · CU · ODU · SDU
Pricing
Choose your tier.
Start free. Scale as you grow. Every tier includes full MCP access.
Most Popular
Trial
FreeTrial
- 1,000 calls/month
- 100 req/min
- 30 MCP tools
- Community support
- Dedicated workspace
- External sandbox
30-day free trial
Developer
Free30-day trial • 10K calls
- 10,000 calls/month
- 100 req/min
- 30 MCP tools
- Priority queue
- SSE streaming
- 30-day free trial
Coming Soon
Team
Coming Soon$199/mo
- 50,000 calls/month
- 500 req/min
- 30 MCP tools
- Team workspaces
- Webhook support
Coming Soon
Enterprise
Coming SoonCustom
- Unlimited calls
- Unlimited rate
- 30 MCP tools
- SLA 99.99%
- On-premise deploy
- Dedicated support
Support SID
Love what we're building?
We're community-funded. No VCs, no ads. If SID helps you ship faster, consider supporting us via USDT (TRC-20 or BEP-20).
0xfdfac316c7d35ec7b2c88dc710ea68b243c44d90
TRC-20 (Tron)BEP-20 (BSC)
Scan the QR or copy the address. Every contribution helps keep SID free for everyone.
Quick Start
Connect in minutes.
Use MCP protocol with cURL, Python, or OAuth for Claude/Codex/Cursor.
No key yet? Try it in the browser — no signup, then come back for the key.
cURL — MCP Protocol
curl -X POST https://api.sidislab.com/mcp \
-H "Authorization: Bearer sk-sid-dev-YOUR-KEY-HERE" \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "compile_adl",
"arguments": {
"adl": "meta:\n version: \"2.0\"\n domain: \"my_app\"\n\nentity Item:\n field id: u64 @primary_key @auto_increment\n field title: string @required",
"project_name": "my-app"
}
}
}'All examples use the real MCP endpoint at
https://api.sidislab.com/mcpHow It Works
From intent to production.
Get API key
Sign up for free trial or use OAuth
Connect via MCP
Add https://api.sidislab.com/mcp
Write ADL
Describe your app in ADL syntax
DIS compiles
Full codebase generated from your ADL
Security
Built-in security.
OAuth 2.0 + PKCE
Standard OAuth with S256 challenge. No shared secrets.
API Key Auth
Bearer token authentication. Keys are Argon2 hashed.
Attestation — live
Real SHA-256 evidence served live — compiler digest, benchmark artifacts, and a signed Merkle root. See the ledger.
Get your key
Your API key in under a minute. No invite required.
Sign in with Google or a wallet. The dashboard mints your free trial key instantly — 1,000 calls / month, 100 / min. No card, no waitlist, no digging through email.
Keys encrypted at restLive in seconds