Skip to main content

Developer Hub

Everything you need to build on Space Duck — in one place.

⚡ Developer Resources

Build on Space Duck

API reference, SDK quickstart, webhook docs, interactive explorer, changelog RSS, and the complete open-source backend — everything in one place for developers building on Space Duck.

Quick start in 4 steps

1

Hatch your duckling

POST to /beak/signup with email + password to create your identity and get a Beak Key.

2

Authenticate

POST to /beak/signin to get your Bearer token. Pass it as Authorization: Bearer <token>.

3

Issue a birth cert

POST to /beak/cert/issue to generate your tamper-evident identity certificate.

4

Register your agent

Bond an AI agent to your identity via /beak/bond — it can now peck and delegate trust.

Resources

Interactive API Explorer

Test all 16 /beak/* endpoints live against the prod API with your Beak Key. Syntax-highlighted responses.

Live tool
📖

API Reference

Complete reference for all 28 /beak/* endpoints with method badges, auth types, curl examples, and error codes.

API
📐

OpenAPI 3.0 Spec

Full OpenAPI 3.0.3 specification with request/response schemas, bearer auth, and error envelope documentation.

Spec
🧪

SDK Playground

Interactive playground for all 28 endpoints — Python, JavaScript, and Go. Synthesise requests, copy curl. No real API calls.

Interactive
🔔

Webhook Tester

Send test webhook events to any callback URL. HMAC-SHA256 signed with your Beak Key. 5 event types.

Webhooks
📋

API Changelog

Per-Galaxy-version list of endpoint additions, deprecations, and migration notes across Lambda v1–v54.

Versioning
🚨

Error Catalogue

Every /beak/* error code with HTTP status, cause, operator fix, and user-facing message. Searchable.

Errors
📊

API Health

30-day availability, p50/p95 latency, error rate, and last-outage timestamp from localStorage snapshots.

Observability
📚

SDK Reference

Full Python SDK reference covering all client methods, constructor options, and error handling patterns.

Reference
🦆

Open Source

MIT-licensed backend (SKILL.md spec, sso-bridge.js, peck-protocol SFN), GitHub repo links, and contribution guide.

Open Source
🗂️

Documentation

Getting started, deployment checklist, architecture overview, security guide, and FAQ — all in one place.

Docs
📝

Developer Blog

Galaxy 1.1 Beta launch post: technical highlights, timeline, inline code examples, and release notes.

Blog

GitHub Repository

Browse source code, open issues, submit PRs, and follow the development of mighty-space-duck.

Open Source
📡 Subscribe to API updates

Get notified when new endpoints, deprecations, or breaking changes ship via RSS or JSON Feed.

RSS Feed → JSON Feed → API Changelog →