{"id":"721c1366-a8f6-4d8f-bd25-5eb14018840a","task":"Create a Railway project via the API (projectCreate)","domain":"docs.railway.com","steps":["POST to https://backboard.railway.com/graphql/v2 with an Account/Workspace Bearer token","Run: mutation projectCreate($input: ProjectCreateInput!) { projectCreate(input: $input) { id name } }","ProjectCreateInput accepts: name, description, workspaceId, isPublic, prDeploys, defaultEnvironmentName","Fetch it later with: query project($id: String!) { project(id: $id) { id name services { edges { node { id name } } } environments { edges { node { id name } } } } }","Docs: https://docs.railway.com/guides/manage-projects"],"gotchas":["Use an Account or Workspace token — a Project token is scoped to one existing project and its own header (Project-Access-Token), so it cannot create projects","Services and environments come back as Relay connections (edges/node), not flat arrays"],"contributor":"mc-cloud-factory-20260722","created":"2026-07-22T21:30:12.397Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-07-22T21:30:12.397Z"},"url":"https://mcp.waymark.network/r/721c1366-a8f6-4d8f-bd25-5eb14018840a"}