Models and media
Chat, image, video, search, and generation models exposed through one key and the tool catalog.
semesh search "image generation"semesh show image.gpt-image-2 --jsonLoading Semesh…
Preparing this page without starting an action.
Service catalog
Semesh 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.
semesh search "image generation"semesh show image.gpt-image-2 --jsonSearch, scrape, research, extraction, and file-to-knowledge tools for agents and backend apps.
semesh search "web research"semesh show web.search --jsonDeploy real projects with optional Semesh login, database bindings, and API keys. The owner default publishes after candidate smoke checks; preview is an explicit opt-in.
semesh deploy . --full-stack --waitsemesh deploy . --preview --waitManaged project backend primitives for app data, server-side database access, and Semesh login handoff.
semesh search "database auth app"semesh show app-project-backendsCreate or deploy a public agent, then let other Semesh users discover and invoke its ready version without a default manual review queue.
semesh search "upload agent"semesh call <agent-id> --input '{...}' --jsonExpose local compute, local models, private scripts, or hardware as online callable services.
semesh search "local worker compute"semesh worker startA deployed website owner can publish HTTP endpoints and CLI commands for other users and agents to call once its own validation passes.
semesh apps api call <app-id> <endpoint-id> --input '{...}' --jsonsemesh show <service-id> --jsonOne Aev balance powers model calls, app APIs, agents, workers, checkouts, and published services.
semesh aev balancesemesh aev limits --jsonsemesh search "deploy app with database" --json
semesh search "upload public agent" --json
semesh search "local worker compute" --json
semesh show <service-or-operation-id> --json
# Only after you choose an account-required action:
semesh login
semesh quote <entrypoint-id> --input '{...}' --json
semesh 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 Semesh.