Replit · Capability
Replit — Repls
Replit — Repls. 8 operations. Lead operation: List Repls. Self-contained Naftiko capability covering one Replit business surface.
What You Can Do
GET
Replslist
— List Repls
/v1/repls
POST
Replscreate
— Create a Repl
/v1/repls
GET
Replsget
— Get a Repl
/v1/repls/{replid}
PATCH
Replsupdate
— Update a Repl
/v1/repls/{replid}
DELETE
Replsdelete
— Delete a Repl
/v1/repls/{replid}
GET
Replsdeploymentslist
— List Repl Deployments
/v1/repls/{replid}/deployments
POST
Replsdeploymentscreate
— Create a Repl Deployment
/v1/repls/{replid}/deployments
GET
Usersreplslist
— List User Repls
/v1/users/{username}/repls
MCP Tools
list-repls
List Repls
read-only
idempotent
create-repl
Create a Repl
get-repl
Get a Repl
read-only
idempotent
update-repl
Update a Repl
idempotent
delete-repl
Delete a Repl
idempotent
list-repl-deployments
List Repl Deployments
read-only
idempotent
create-repl-deployment
Create a Repl Deployment
list-user-repls
List User Repls
read-only
idempotent