Skip to main content
The Alpha Camera REST API, client SDKs, CLI tools, and MCP servers are community-built developer tools. Sony’s official native SDKs are available separately and are only needed for direct C++ / C# integrations.
Sony Developer Platform hero

Build with Sony cameras

The Sony Developer Platform (unofficial) gives you developer friendly abstractions for accessing camera hardware rather than using low-level C++ hardware commands— HTTP APIs, typed clients in TypeScript / Python / Swift, and AI-friendly documentation.

Overview

Plan your integration path, install dependencies and explore capabilities.

SDKs

TypeScript, Python, Swift clients + complete example apps and recipes.

API Reference

Every HTTP endpoint made testable - start a server, connect a camera and try it yourself via the API playground.

MCP Server

Plug Claude, Cursor, Codex or any MCP-capable AI assistant into 13,000+ SDK reference chunks. 

What’s here

How it fits together

The Alpha Camera REST API is the main integration surface for this site. It runs as a local HTTP and SSE server, packaged via npm with a CLI (camera-server) and a Node.js ServerManager class. The three language client SDKs — TypeScript, Python, and Swift — communicate with the server over RESTful API calls. The MCP Servers let AI assistants reference these layers while you build. If you need direct native integration instead of the REST stack, Sony also provides:

Start with the platform overview

Pick the integration path that fits your project and ship your first capture.