Getting started
The LTHN platform is split across purpose-built domains:
https://lthn.aifor the public product site, models, pricing, and developer overview.https://api.lthn.aifor REST endpoints, explorers, and human-readable API guides.https://mcp.lthn.aifor the MCP registry, server catalogue, and connection flow.https://docs.lthn.aifor framework, package, and RFC reference material.
Pick the right integration lane
Building inside Laravel
Start with the Core PHP docs and the package contracts:
/phpfor framework conventions and module patterns./agentfor the server-side agent runtime contract./apiand/mcpfor the two main protocol packages.
Automating builds and releases
Use Core Go:
/gofor framework and CLI guidance./clifor generated command reference.
Calling the platform directly
- Use the API domain when you want explicit HTTP endpoints and generated OpenAPI docs.
- Use the MCP domain when your client already speaks the Model Context Protocol.
Public surfaces
API
POST /v1/score/contentPOST /v1/brain/rememberGET /v1/plansGET /docs/openapi.json
MCP
GET /.well-known/mcp-servers.jsonGET /serversGET /connectPOST /mcp/tools/call
Design standard
The platform RFC is the reference point for the overall experience and package alignment. Read it alongside the OpenBrain RFC and the agent package docs when you are implementing a new feature.