Actora Logo
v2.0 Documentation

Developer Documentation

Build, launch, and scale Web3 projects with Actora's comprehensive APIs, SDKs, and developer tools. Ship your first quest in under 5 minutes.

99.9% Uptime
< 100ms
1M+ Calls
SOC 2

Start Building in 3 Steps

Get your first quest live in under 5 minutes

01

Get API Key

Sign up and generate your API key from the developer dashboard. No credit card required.

Learn more
02

Install SDK

Install our SDK via npm, yarn, or use REST API directly. Compatible with all major frameworks.

Learn more
03

Create Quest

Deploy your first quest with a few lines of code. Start tracking user engagement immediately.

Learn more
Code Example

Simple, Powerful Integration

Our SDK is designed for developers who want to ship fast. Intuitive APIs, comprehensive TypeScript support, and excellent documentation.

Full TypeScript support
Automatic retries & error handling
Real-time webhooks
Extensive middleware support
JavaScript
import { ActoraSDK } from '@actora/sdk';

const actora = new ActoraSDK({
  apiKey: process.env.ACTORA_API_KEY,
  network: 'mainnet'
});

// Create a quest
const quest = await actora.quests.create({
  title: 'Complete Your First Swap',
  type: 'on-chain',
  requirements: {
    action: 'swap',
    minAmount: '10',
    token: 'USDC'
  },
  rewards: {
    xp: 100,
    tokens: '50'
  }
});

Need Help Building?

Join our active developer community on Discord. Get support from the core team, share what you're building, and connect with other developers in the ecosystem.

Enough
Developers
24/7
Support
< 2hr
Response Time
500+
Projects Built

Enterprise Support

Building at scale? Get dedicated support, custom integrations, and SLA guarantees for your production applications.

Learn about Enterprise

Migration Guides

Switching from another platform? Our comprehensive migration guides make the transition seamless and straightforward.

View Migration Guides