.png)
Negroni Blueprint
Generate working Martini assets from Negroni manifests. Use Negroni Blueprint to turn a governed data model into Martini data models, database configuration, APIs, CRUD services, and a deployable Martini package — without hand-building the same structure across your database, APIs, and services.

Generate Martini data models
Generate Martini data models from your Negroni entities and manifests, so services, workflows, APIs, and integrations in Martini all reference the same approved data structure.

Generate database configuration
Generate the database connection and configuration a Martini package needs to run, including the connection pool and query settings defined in the manifest's SQL configuration.

Generate REST APIs
Generate a REST API from a manifest: five standard endpoints per entity (create, update, get single, get all, delete), plus additional endpoints for related entities.

Generate SOAP APIs
Generate SOAP-compatible endpoints alongside or instead of REST, for environments that still rely on SOAP-based integration.

Generate GraphQL APIs
Generate a GraphQL schema with query and mutation operations from a manifest, giving applications a flexible way to work with model-backed data.

Generate CRUD services
Generate create, read, update, and delete service operations for every entity in a manifest, packaged as reusable Martini services.

Generate Martini packages
Package generated APIs, database configuration, and services into a single Martini package ZIP, ready to import into Martini Designer Online or Martini Server Runtime and continue development.