/
AG
agentserver
/
agentserver API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.0.0
2026-07-17
112
116
167.8 KB
Auth
Get current user profile
get
/api/auth/me
Response
OK
AuthMeResponse
required
email
string
required
id
string
required
name
string
nullable
picture
string
nullable
role
string
required
Example response
{ "role": "developer" }