API Gateway

Octopuce public API surface

This domain exposes the Octopuce gateway contract for health, model registry, persona registry, and chat completions. The canonical endpoints below are available both under `/api/octopuce/*` and at the top level for direct `api.octopuce.ai` routing.

GET /healthService health, domains, providers, and defaults.GET /modelsModel registry with provider and recommendation metadata.GET /personasPersona registry for Octopuce, Hypervision, Guardian, and companions.GET /api/octopuce/assetsLiving model registry sourced from the local `./octopuce` OBJ ecosystem.GET /api/octopuce/models/<asset>Public OBJ, MTL, and README delivery for the integrated 3D model families.GET /mintMinted perceptron agent package with manifest, validation, and hypergraph grasshopper state.GET /contracts/validateDeployment validation for the current mint contract and frontend integration surface.GET /api/octopuce/profile/schemaPsychometric differential prompts and formalism anchors from Fizzy-KI.
POST /chatCompletion endpoint for Octopuce chat payloads.
{"message":"Shift the ecosphere into bloom mode.","persona":"octopuce_ai","surface":"ecosphere"}
POST /api/octopuce/profileEvaluate a user profile into phenotype, twin archetype, persona, and living model.
{"displayName":"Observer","answers":{"blossoming":6,"deepness":7,"meditation":6}}
POST /api/octopuce/mintBind a profile to a 3D asset, persona behavior stack, mint manifest, and hypergraph choreography.
{"profile":{"displayName":"Observer","surface":"ecosphere"},"tokenStandard":"preview"}
Open Octopuce CoreVisit octopuce.ai