Models and media
Chat, image, video, search, and generation models exposed through one key and the tool catalog.
settlemesh search "image generation"settlemesh show image.gpt-image-2 --jsonLoading service discovery content…
Preparing the public catalog and service details.
Service catalog
SettleMesh stays flat for agents: search services, inspect the card, then sign in only when ready to quote and call the exact operation. The catalog includes platform APIs and user-published apps, agents, workers, and local services.
Try the live public catalog
Search is read-only and free. Inspect a result before you sign in, quote, call, deploy, or publish anything.
Chat, image, video, search, and generation models exposed through one key and the tool catalog.
settlemesh search "image generation"settlemesh show image.gpt-image-2 --jsonSearch, scrape, research, extraction, and file-to-knowledge tools for agents and backend apps.
settlemesh search "web research"settlemesh show web.search --jsonDeploy real projects with optional SettleMesh login, database bindings, and API keys. The owner default publishes after candidate smoke checks; preview is an explicit opt-in.
settlemesh deploy . --full-stack --waitsettlemesh deploy . --preview --waitManaged project backend primitives for app data, server-side database access, and SettleMesh login handoff.
settlemesh search "database auth app"settlemesh show app-project-backendsCreate or deploy a public agent, then let other SettleMesh users discover and invoke its ready version without a default manual review queue.
settlemesh search "upload agent"settlemesh call <agent-id> --input '{...}' --jsonExpose local compute, local models, private scripts, or hardware as online callable services.
settlemesh search "local worker compute"settlemesh worker startA deployed website owner can publish HTTP endpoints and CLI commands for other users and agents to call once its own validation passes.
settlemesh apps api call <app-id> <endpoint-id> --input '{...}' --jsonsettlemesh show <service-id> --jsonOne Aev balance powers model calls, app APIs, agents, workers, checkouts, and published services.
settlemesh aev balancesettlemesh aev limits --jsonsettlemesh search "deploy app with database" --json
settlemesh search "upload public agent" --json
settlemesh search "local worker compute" --json
settlemesh show <service-or-operation-id> --json
# Only after you choose an account-required action:
settlemesh login
settlemesh quote <entrypoint-id> --input '{...}' --json
settlemesh call <entrypoint-id> --input '{...}' --jsonWhere To Call
The API docs show auth, schemas, and direct curl examples. The agent guide is the canonical Markdown file that no-context agents can read before using SettleMesh.