⚠️ Developer APIs are currently under active development (Testnet). Reach out for early access to Zyno API or SDK.
Developer Experience

Build the Future with
Zyno API & SDKs

Integrate the power of 24 AI Agents directly into your dApps. Orchestrate launches, generate contracts, and manage DAOs programmatically.

Web3 developer dashboard with smart contract editor and token deployment panel
Python SDK Coming Soon
TypeScript SDK Coming Soon

The Zyno Architecture

A RESTful interface to the Money Factory AI orchestration kernel.

Playground
// Request: Initialize Project (AEPO)
POST /v1/projects/init
{
  "project_name": "DeFi Aggregator",
  "founder_wallet": "8xqt...3k2a",
  "pathway": "AEPO",
  "agents": ["ARCHITECT", "ENGINEER"]
}
// Response: 200 OK
{
  "project_id": "proj_99283",
  "status": "active",
  "credits_deducted": 5,
  "next_step": "roadmap_generation"
}

Core Endpoints

POST /v1/projects/launch

Initiate Launch

Trigger the AEPO launch sequence programmatically. Generates initial smart contracts and tokenomics models.

GET /v1/agents/status

Agent Status

Retrieve the current activity status of assigned agents (Architect, CFO, Engineer) for a specific project.

POST /v1/dao/propose

Submit Proposal

Submit a new governance proposal to the Money Factory DAO on behalf of a user address.

Use Cases for Developers

Explore how Zyno's API and SDKs can power your next Web3 product.

Developer use cases diagram for Web3 products and services

Verified Agent Templates

Pre-configured agent setups for common Web3 launch patterns.

AEPO

DeFi Protocol Launcher

Standard configuration for launching a liquid token with automated vesting and yield farming contracts.

3 Agents ~45 Credits
AECO

DAO Governance Suite

Full governance setup including multi-signature treasury, voting dashboard, and proposal bots.

5 Agents ~80 Credits
Create Custom Template Coming Soon
Developer AI template agent mapping

Credit Usage Logs

Monitor your API consumption and Agent spend in real-time.

Coming soon - development in progress
Timestamp Endpoint Agent Cost
2025-10-24 14:02:11 /v1/contracts/deploy Engineer -20 Credits
2025-10-24 13:45:00 /v1/tokenomics/sim CFO -15 Credits
Live logging dashboard in development.

SDKs & CLI Coming Soon

We are building TypeScript and Python SDKs to make integrating Zyno even easier. Sign up for early access to the Money Factory CLI.

MVP (Testnet) — Try it now

Heads up: this is a testnet/devnet MVP. APIs and UX may change as we iterate.

Ready to Contribute?

Money Factory AI is open to contributors. Check out our open issues.

Go to GitHub (Open Beta)