API Docs

Just curious, is there any documentation available for the Public API that shows all the potential actions that can be taken? I was thinking about utilizing the API with a new project I am working on.
14 Replies
Percy
Percy17mo ago
Project ID: N/A
Percy
Percy17mo ago
⚠️ experimental feature
MantisInABox
MantisInABox17mo ago
N/A
Brody
Brody17mo ago
haha not even you can read docs https://railway.app/graphiql
MantisInABox
MantisInABox17mo ago
That’s what I was thinking. I’ll just stick with my old thoughts of building my project then
Brody
Brody17mo ago
huh, that shows everything the public api can do
MantisInABox
MantisInABox17mo ago
I’m gonna have to check it from my computer before I make the decision for sure. I’m on my phone right now Just checked it out, I don't think it will work the way I was hoping... Dang.
Brody
Brody17mo ago
just curious, what where you hoping to do with the api
MantisInABox
MantisInABox17mo ago
I was looking to build a multi-tenant product, where people would sign up, but then using the API, I would deploy a project for that particular tenant, and resources for them to isolate their data from anyone else. I wanted to abstract at the "hardware" level, instead of at the software level.
Brody
Brody17mo ago
and you cant do that with the mutations available?
MantisInABox
MantisInABox17mo ago
Not at quick glance... Maybe I missed something. Damn! I'm dumb! I missed the "Project Create" mutation! yfacepalmpec
Brody
Brody17mo ago
yeah if you can do it with the new cli, you can do it with the api
MantisInABox
MantisInABox17mo ago
I'm gonna have to mess with it a bit, and then make my ultimate decision Thanks Brody! It's been a long day, and my brain isn't working!
Brody
Brody17mo ago
no problem!