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.2. Pick a plan
Running anything, even your first call, needs an active plan. Open Billing and subscribe to Build (25 of included credit) or Scale (150 of included credit). Signing up and browsing the catalog are free; running a tool is not.3. 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.4. Find a tool
You do not need to know the catalog. Describe what you want.5. See what it takes
inspect returns the tool’s real input schema and a sample_input you can
send almost as-is.
6. 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.
7. Watch the money
A plan renews on its date, a top-up happens when you make one, and nothing
else charges your card. Nothing is ever charged while you are not on the page.
Full API reference
Every endpoint, field and error code.
How pricing works
Rates, totals and ceilings.