Service catalog

Search every service before you call it.

SettleMesh stays flat for agents: search services, inspect the card, then call the exact operation. The catalog includes platform APIs and user-published apps, agents, workers, and local services.

Platform service

Models and media

Chat, image, video, search, and generation models exposed through one key and the tool catalog.

settlemesh search "video generation"settlemesh tool call image.generate --wait
Platform service

Web and knowledge

Search, scrape, research, extraction, and file-to-knowledge tools for agents and backend apps.

settlemesh search "web research"settlemesh tool show web.search --json
Deployment

Full-stack app deploy

Deploy real projects with optional SettleMesh login, database bindings, API keys, and Cloudflare release flow.

settlemesh deploy . --full-stack --waitsettlemesh apps api publish <app-id> --file app-api.json
App backend

Database and auth

Managed project backend primitives for app data, server-side database access, and SettleMesh login handoff.

settlemesh search "database auth app"settlemesh services show app-project-backends
User-published service

Hosted agents

Upload an agent, publish versions, and let other SettleMesh users discover and invoke it.

settlemesh search "upload agent"settlemesh agents invoke <agent-id>
User-published service

Local worker offers

Expose local compute, local models, private scripts, or hardware as online callable services.

settlemesh search "local worker compute"settlemesh worker start
User-published service

App APIs and CLI commands

A deployed website can publish HTTP endpoints and CLI commands for other users and agents to call.

settlemesh apps api call <api-id>settlemesh services show app:<id>
Account service

Credits and payments

One credit balance powers model calls, app APIs, agents, workers, checkouts, and published services.

settlemesh credits balancesettlemesh credits topup --credits 100
Find services
settlemesh search "deploy app with database" --json
settlemesh search "upload public agent" --json
settlemesh search "local worker compute" --json
settlemesh services show app-project-backends --json

Where To Call

Use CLI for agents in terminals, HTTP for servers.

The API docs show auth, schemas, and direct curl examples. The agent guide is a compact Markdown file that no-context agents can read before using SettleMesh.