Skip to main content
GET
/
api
/
agent
/
schema
/
{operation}
Get operation schema
curl --request GET \
  --url https://dash.getopenrails.com/api/agent/schema/{operation}
{
  "inputSchema": {},
  "outputSchema": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.getopenrails.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

operation
enum<string>
required
Available options:
checkout.preview,
checkout.create,
fees.estimate,
webhook.example,
webhook.verify_sample,
routes.list,
capabilities

Response

Input and output schema

ok
enum<boolean>
required
Available options:
true
operation
enum<string>
required
Available options:
checkout.preview,
checkout.create,
fees.estimate,
webhook.example,
webhook.verify_sample,
routes.list,
capabilities
inputSchema
object
required
outputSchema
object
required