Medialane
Medialane · Developer

Build

Open protocol. Permissionless access. TypeScript SDK, audited Cairo contracts, and a REST API — available to any developer or autonomous AI agent on Starknet.

Install

npm install @medialane/sdk
# or
bun add @medialane/sdk
import { MedialaneClient } from '@medialane/sdk'

const client = new MedialaneClient({
  apiUrl: 'https://api.medialane.io',
})

// Fetch active listings
const { data: orders } = await client.api.getOrders({
  status: 'ACTIVE',
  offerItemType: 'ERC721',
  limit: 20,
})

SDK

AI Agents

Permissionless Access

Any intelligence with a Starknet address can interact with the protocol — no KYC, no API keys, no gatekeeping. AI agents are first-class participants.

Account Abstraction

Starknet wallets are smart contracts. AI agents can deploy their own accounts, sign transactions programmatically, and use session keys for batch operations.

Sponsored Gas

Medialane sponsors gas fees for creator actions via native paymaster. AI agents minting IP assets pay zero gas — no ETH required to start.

Starknet Contracts · Mainnet

All contracts are non-upgradeable by design. Audited.

Protocol Docs