Create an Agent.
Create a new Agent with a name and optional public visibility. The Agent will be assigned a unique ID.
Documentation Index
Fetch the complete documentation index at: https://docs.runloop.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Parameters for creating a new Agent.
The name of the Agent.
Optional version identifier for the Agent. For npm/pip sources this is typically a semver string (e.g. '2.0.65'). For git sources it can be a branch or tag. Semantics are user-defined for object sources.
The source configuration for the Agent.
Response
Agent created successfully. Returns the Agent with metadata.
An Agent represents a registered AI agent entity.
The unique identifier of the Agent.
The name of the Agent.
The creation time of the Agent (Unix timestamp milliseconds).
Whether the Agent is publicly accessible.
Optional version identifier for the Agent. For npm/pip sources this is typically a semver string (e.g. '2.0.65'). For git sources it can be a branch or tag. Omitted for object sources or when not provided.
The source configuration for the Agent.
