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 --waitService catalog
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.
Chat, image, video, search, and generation models exposed through one key and the tool catalog.
settlemesh search "video generation"settlemesh tool call image.generate --waitSearch, scrape, research, extraction, and file-to-knowledge tools for agents and backend apps.
settlemesh search "web research"settlemesh tool show web.search --jsonDeploy 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.jsonManaged project backend primitives for app data, server-side database access, and SettleMesh login handoff.
settlemesh search "database auth app"settlemesh services show app-project-backendsUpload an agent, publish versions, and let other SettleMesh users discover and invoke it.
settlemesh search "upload agent"settlemesh agents invoke <agent-id>Expose local compute, local models, private scripts, or hardware as online callable services.
settlemesh search "local worker compute"settlemesh worker startA 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>One credit balance powers model calls, app APIs, agents, workers, checkouts, and published services.
settlemesh credits balancesettlemesh credits topup --credits 100settlemesh search "deploy app with database" --json
settlemesh search "upload public agent" --json
settlemesh search "local worker compute" --json
settlemesh services show app-project-backends --jsonWhere To Call
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.