Skip to content
Namig edited this page Jan 16, 2025 · 1 revision

Vermicelli provides a REST API integration.

Authentication

Authenticate with the API using a JWT token:

curl -X POST -H "Content-Type: application/json" \
-d '{"username": "admin", "password": "password"}' \
http://localhost:8000/api/login

Create an Application

POST http://localhost:8000/api/application Payload: { "name": "example-app", "repo_url": "https://github.com/example/repo" }

Clone this wiki locally