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
Hatch your duckling
POST to /beak/signup with email + password to create your identity and get a Beak Key.
Authenticate
POST to /beak/signin to get your Bearer token. Pass it as Authorization: Bearer <token>.
Issue a birth cert
POST to /beak/cert/issue to generate your tamper-evident identity certificate.
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 toolAPI Reference
Complete reference for all 28 /beak/* endpoints with method badges, auth types, curl examples, and error codes.
APIOpenAPI 3.0 Spec
Full OpenAPI 3.0.3 specification with request/response schemas, bearer auth, and error envelope documentation.
SpecSDK Playground
Interactive playground for all 28 endpoints — Python, JavaScript, and Go. Synthesise requests, copy curl. No real API calls.
InteractiveWebhook Tester
Send test webhook events to any callback URL. HMAC-SHA256 signed with your Beak Key. 5 event types.
WebhooksAPI Changelog
Per-Galaxy-version list of endpoint additions, deprecations, and migration notes across Lambda v1–v54.
VersioningError Catalogue
Every /beak/* error code with HTTP status, cause, operator fix, and user-facing message. Searchable.
ErrorsAPI Health
30-day availability, p50/p95 latency, error rate, and last-outage timestamp from localStorage snapshots.
ObservabilitySDK Reference
Full Python SDK reference covering all client methods, constructor options, and error handling patterns.
ReferenceOpen Source
MIT-licensed backend (SKILL.md spec, sso-bridge.js, peck-protocol SFN), GitHub repo links, and contribution guide.
Open SourceDocumentation
Getting started, deployment checklist, architecture overview, security guide, and FAQ — all in one place.
DocsDeveloper Blog
Galaxy 1.1 Beta launch post: technical highlights, timeline, inline code examples, and release notes.
BlogGitHub Repository
Browse source code, open issues, submit PRs, and follow the development of mighty-space-duck.
Open Source