users
Get Current User Info
Get current user information from API token.
Returns detailed information about the user associated with the provided API token. This is useful for applications that need to identify the current user from their API token.
Rate limit: 60 requests per 30 seconds.
GET
Get Current User Info
Documentation Index
Fetch the complete documentation index at: https://docs.codegen.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Response
Successful Response
Represents a user in API responses
Unique user ID
GitHub user ID
GitHub username
User's email address
URL to user's avatar image
User's full name
User's role in the organization (ADMIN, MANAGER, MEMBER)
Whether the user is an admin (deprecated, use role instead)
Previous
Create Agent RunCreate a new agent run.
Creates and initiates a long-running agent process based on the provided prompt.
The process will complete asynchronously, and the response contains the agent run ID
which can be used to check the status later. The requesting user must be a member
of the specified organization.
This endpoint accepts both a text prompt and an optional image file upload.
Rate limit: 10 requests per minute.
Next
Get Current User Info