Objectstack API

Design the server-side API surface that an ObjectStack runtime exposes — REST endpoints, auth providers, realtime channels, error envelopes, batch contracts. Use when the user is adding `*.endpoint.ts`, configuring auth providers, defining custom routes, or extending the REST generator. Do not use for: consuming an ObjectStack API from a client (that is just standard HTTP — no skill needed); the auto-generated CRUD endpoints (those follow from objectstack-data); request-side query syntax (see objectstack-query). CEL expressions in route guards or auth predicates: load objectstack-formula alongside.

objectstack-ai c462cdf 2 files · 21.6 KB Updated

File contents

objectstack-ai/objectstack/tree/main/skills/objectstack-api commit c462cdf3f8

Frequently asked questions

npx skillmds@latest add objectstack-ai/objectstack-api