Manager API

Secure administrative access and MCP integration for Openstage.

Quickstart.

Verify your API key by creating or updating a fan in the database:

curl -X POST \
  "https://api.openstage.live/manager2/fan" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "email": "fan@example.com",
    "firstName": "John",
    "lastName": "Doe"
  }'

Integrate your systems and AI workflows with Openstage.

The Manager API enables secure, programmatic access to your Openstage artist data. Built for developers and AI agents alike, it supports API key authentication and robust endpoints to manage your fans, posts, and analytics. Unlock Openstage as a platform: sync data to third-party tools, automate workflows via MCP, and build custom administrative integrations.

Audience Sync & Segmentation

Sync fan profiles with external CRMs or marketing platforms. Segment fans outside of the Openstage platform, based on custom tags, location, contactability, and more.

Acquisition Analytics

Analyze your growth with acquisition channel data, highlighting historical trends.

Campaign & Page Feeds

Retrieve broadcast, post, and landing page campaigns directly from your Openstage artist account to embed or analyse data in external systems.

Polls & Sentiment

Access active community polls, option positions, and detailed fan response distributions to monitor engagement.

Commerce & Tier Values

Track fan transactions, subscriptions and upgrades, and average fan values.

Get started with Manager API