repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | openapi: post /{app_id}/deploy |
| #3 | --- |
| #4 | |
| #5 | |
| #6 | <RequestExample> |
| #7 | |
| #8 | ```bash Request |
| #9 | curl --request POST \ |
| #10 | --url http://localhost:8080/{app_id}/deploy \ |
| #11 | -d "api_key=ec-xxxx" |
| #12 | ``` |
| #13 | |
| #14 | </RequestExample> |
| #15 | |
| #16 | <ResponseExample> |
| #17 | |
| #18 | ```json Response |
| #19 | { "response": "App deployed successfully." } |
| #20 | ``` |
| #21 | |
| #22 | </ResponseExample> |
| #23 |