Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 554 Bytes

File metadata and controls

24 lines (17 loc) · 554 Bytes

Code tabs convention (curl · SDK · MCP)

Public quickstarts use three channels with the same step:

Tab When to use
curl Smoke tests, CI, language-agnostic
SDK TypeScript @agentstack/sdk / sdk.protocol
MCP agentstack.execute steps

On the docs site, Starlight <Tabs> groups these blocks. Example structure:

### REST (curl)
... bash block ...

### MCP
... json block ...

### SDK
... typescript block ...

Gene: docs.public.site.gen1