curl are enough to try the
catalog, and the dashboard shows what every call cost.
1. Sign in
Go to app.usegoro.ai and sign in with Google or with an emailed code. A workspace and a wallet are created for you, with $1 in promotional credit that lasts 30 days. That is enough for a few hundred small calls, so you can try things before adding a card.2. Create a key
Open API keys and create one. You see the full key exactly once, at creation, so copy it then. Goro stores only a hash of it, which means we cannot show it to you again and a database leak cannot leak a usable key.3. Find a tool
You do not need to know the catalog. Describe what you want.4. See what it takes
inspect returns the tool’s real input schema and a sample_input you can
send almost as-is.
5. Run it
200 with the rows in output and cost_usd telling you
what it cost. A slower one returns 202 with a run_id, and you poll:
Goro does not store results. The rows arrive in the response that finishes
the run and are never written to our database, so pipe the output to a file
if you want to keep it.
6. Watch the money
Auto reload is off unless you turn it on. Saving a card does not enable it.
Full API reference
Every endpoint, field and error code.
How pricing works
Rates, totals and ceilings.