51 capabilities · one balance
Connect your agent to
every capability it needs
Image, video, music, voice, lipsync, transcription, search, geo data — one interface, one balance.
Public interface available now
$GET /api/tools/catalogCapabilities →Discover, then inspect. Execution opens after authentication is ready.
Capabilities are addressed by service
Not “generate video” but seedance-2-0, grok-imagine-1.5 — siblings differ up to 20× in price and entirely in what they can do.
Tell your agent what to do.
It picks the tools itself.
No tool list to stuff into the prompt, no model choice to make on its behalf — every capability's limits and trade-offs are written into the catalog, and reading them is enough.
We killed the subscription
discover and inspect are free. run can be quoted before execution, but Actionway has not opened its execution endpoint yet.
$ curl -X POST /api/tools/run → 403 tool_execution_disabled
No execution charge can occur today. POST /api/tools/run returns 403 until the authentication, authorization, billing, and audit boundary is approved.
Three verbs, one interface
Same catalog and capability definitions; the run contract stays in place while its entry remains closed.
/api/tools/discover
Natural language in, candidate capabilities out. Free, with no sign-in.
/api/tools/inspect
The full input contract and usage guidance for one capability. Free.
/api/tools/run 403
Execution wiring is preserved; Actionway's server currently returns 403.
Common questions
Do I need to sign in?
Catalog browsing, discover, and inspect are public today. run is not open yet.
How does pricing work?
discover and inspect are free. Only the future run endpoint will charge, with a quote available before execution.
Why does run return 403?
Authentication, authorization, billing, and audit are not complete, so Actionway blocks execution at the server boundary.
Which agent frameworks are supported?
All of them. This is plain HTTP — if curl works, it works. No SDK to install, no version to track.
How do async results work?
Video, music, and lipsync are generally asynchronous. Result retrieval will open with run after authentication is ready.
Let your agent find
the tools for you
Catalog discovery and capability inspection are public now. Execution opens after authentication is ready.
$GET /api/tools/catalogOpen the catalog →