Developer Portal¶
Kiket’s developer portal brings every extension and API resource into a single workflow. Use these sections as the canonical starting point when you’re building automations, publishing marketplace packs, or integrating with customer systems.
Start Here¶
| Topic | Why it matters | Quick link |
|---|---|---|
| Extension scaffolds | Generate, validate, and publish extensions with Makefile/Terraform helpers plus CLI support. | Building Extensions |
| API authentication | Issue workspace tokens, use bearer auth from CLI/SDKs, and explore the REST/CLI parity plan. | REST API |
| Event delivery | Understand payload contracts, retries, and replay flows before wiring external services. | Delivery Contract |
| Marketplace onboarding | Follow the CLI/import toolkit to publish paid packs and manage diagnostics. | Publishing Extensions |
Portal Sections¶
1. Extension Guides¶
Build extensions that pass policy checks and use the managed hosting model:
- Core guides – Building Extensions, Manifest Specification, Secret Store
- Managed runtimes – Marketplace overview, Packaging & Sandbox
- Examples – Reference packs (
extensions/reference/*) and Make AI starter repo.
2. API & Event Catalog¶
Standard bearer tokens power the CLI, MCP server, and workspace automations. Jump into:
- REST API and Authentication for token issuance, pagination, and rate limits.
- Developer portal event catalog for webhook subjects, payload shapes, and troubleshooting tips.
3. Troubleshooting & Diagnostics¶
Use the new Secret health dashboard and telemetry endpoints to investigate delivery failures. The Troubleshooting playbook covers CLI auth errors, extension failure codes, and dbt diagnostics.
4. Config-as-Code Deep Dives¶
Workspaces inherit everything from Git-backed definitions. The Config-as-Code guide gathers repo layout expectations, validation tooling, and automation hooks. Pair it with Configuration Loader for the full sync flow.
5. Support Channels¶
- Open a support ticket:
/helpinside the app orsupport@kiket.dev - Community Slack: request access via account team
- Feedback command: Command Palette → “Share Feedback”
Ready to build? Head to any section below or run kiket cli download to pull the extension starter kit.