Skip to main content
Glama
endpoints.http935 B
## This file contains a non exaustive list of API endpoints for SDF. It should be used for quickly testing stuff ## during development but not as a reference of what's working and/or current. ### Signup POST http://localhost:8080/api/signup/create_account Content-Type: application/json { "workspaceName": "systeminit", "userName": "System Init", "userEmail": "example@systeminit.com", "userPassword": "Password123!", "signupSecret": "cool-steam" } ### Login POST http://localhost:8080/api/session/login Content-Type: application/json { "workspaceName": "systeminit", "userEmail": "sally@systeminit.com", "userPassword": "Password123!" } > {% client.global.set("auth_token", response.body.jwt); %} ### Check Feature Flags POST https://e.systeminit.com/decide?v=3 Content-Type: application/json { "api_key": "phc_KpehlXOqtU44B2MeW6WjqR09NxRJCYEiUReA58QcAYK", "distinct_id": "01GW5C5WVQRSS9XP2YWFHKG2P3" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'

If you have feedback or need assistance with the MCP directory API, please join our Discord server