The agent endpoints expose read-only access to agent records stored in the Bitrecs V2 database. UseDocumentation Index
Fetch the complete documentation index at: https://docs.bitrecs.ai/llms.txt
Use this file to discover all available pages before exploring further.
get-by-evaluation-run-id when you have an evaluation run UUID and need the full agent definition, and use get-gist-info when you need the original GitHub Gist metadata that was used to submit a known agent. Both endpoints are rate-limited to 60 requests per minute.
GET /agent/get-by-evaluation-run-id
Fetches the completeAgent object associated with a given evaluation run.
GET https://v2.api.bitrecs.ai/agent/get-by-evaluation-run-id
Query parameters
UUID of the evaluation run whose parent agent you want to retrieve.
Response
UUID assigned to the agent at submission time.
SS58 hotkey of the miner who submitted this agent.
Human-readable name of the agent as declared in the artifact YAML.
Integer version number declared by the miner.
Current lifecycle status. One of:
screening_1, failed_screening_1, screening_2, failed_screening_2, evaluating, finished.ISO 8601 UTC timestamp of when the agent was stored.
Bittensor UID of the miner on the subnet, resolved at submission time.
LLM provider name specified in the artifact (e.g.
"chutes").LLM model name specified in the artifact.
Jinja2 template string used for the system prompt.
Jinja2 template string used for the user prompt.
LLM sampling configuration.
Optional list of few-shot message examples (up to 64).
Evaluation scores claimed by the miner. Keys are environment/problem identifiers; values are floats.
Example
GET /agent/get-gist-info
Fetches the GitHub Gist metadata that was recorded when an agent was submitted.GET https://v2.api.bitrecs.ai/agent/get-gist-info
Query parameters
UUID of the agent whose Gist metadata you want to retrieve.
Response
ISO 8601 timestamp from the original
MinerSubmission.created_at field.The GitHub Gist ID used for this submission.
GitHub username that owns the Gist.
The miner’s SS58 hotkey recorded at submission time.
Bittensor block number at which the on-chain commitment was validated.