page:blueprints:developer tools:documentation site:laravel

Developer tools: documentation site using Laravel

Summary

A documentation site blueprint for developer tools built with Laravel on Ample. Domain schema:

Public information: versioned API reference and guides, SDK release notes, status page links. Kept out of scope until handling is reviewed: customer API keys and usage logs, private integration details. API keys and usage logs are secrets or personal data; keep them out of documentation workflows.

Technical basis verified on Laravel: a workspace-scoped table, an explicit state machine (draft to review to published) that rejects invalid transitions, and a cross-workspace read that returns nothing (transitions=true isolation=true).

Representative Queries

Framework

Laravel

Workload

Documentation site

Industry

Developer tools

Release Status

Published

Support Status

Verified

Execution Status

Ready

Prerequisites

Tested Configuration

Next Actions

  1. Browse the catalog index
    • Operation: GET /v1/catalog
  2. Search published recipes by intent, stack and constraints
    • Operation: POST /v1/catalog/search
    • Parameters: {"body":{"limit":5,"query":"Developer tools: documentation site using Laravel"}}
  3. Prepare a side-effect-free deployment plan for an authorized project
    • Operation: POST /v1/catalog/plan
    • Parameters: {"body":{"inputs":{},"projectId":"","recipeId":"page:blueprints:developer-tools:documentation-site:laravel","recipeRevision":"r1"}}
  4. Read the existing agent authentication setup
    • Operation: GET /mcp/setup
  5. Browse Developer tools
    • Operation: GET /v1/catalog/nodes/industry%3Adeveloper-tools
  6. Browse Documentation site
    • Operation: GET /v1/catalog/nodes/workload%3Adocumentation-site
  7. Browse Laravel
    • Operation: GET /v1/catalog/nodes/stack%3Aframework-laravel
  8. Browse Deploy web app
    • Operation: GET /v1/catalog/nodes/intent%3Adeploy-web-app