Skip to main content

Documentation Index

Fetch the complete documentation index at: https://crsdk.app/llms.txt

Use this file to discover all available pages before exploring further.

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

ProductWhat it doesInstall
TypeScript Client SDKREST client for Node, Electron, Tauri, and browsers. Dual ESM + CJS.npm install @alpha-sdk/client
Python Client SDKREST client with sync and async variants, Pydantic models.pip install alpha-sdk-client
Swift Client SDKNative async/await client for iOS, macOS, tvOS, and watchOS.SwiftPM
Alpha Camera REST APIThe HTTP and SSE server itself — install via npm, run via the camera-server CLI, or embed via the Node.js ServerManager class.npm install -g @alpha-sdk/api
MCP ServersAI assistants connected to the SDK and Help Guide knowledge bases.

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.