0xReisearch
  • //Welcome
  • //notions
    • Intro
  • //Core
    • Evolution
  • Catalog
    • //hanabi-1
  • //Factory & Core API/SDK (Cross-Framework)
    • Reigent Factory
      • Factory V 0.4.0 Overview
    • How to get your API key
    • API reference
      • GET Reigent
      • Chat Completion
    • ReiCore SDK
      • Integration with Existing Agents
      • Integration with Existing Services
    • Additional Capability (Provided & Custom)
      • DeFi (Current Level : 1)
      • Research
      • Custom Tools
  • Tokenomics
  • API/SDK v0.5 Model - A Base Layer For all Agents
  • /legacy
Powered by GitBook
On this page
  1. //Factory & Core API/SDK (Cross-Framework)
  2. API reference

GET Reigent

Get Reigent

Retrieve a Reigent.

  • URL: /rei/agents

  • Method: GET

  • Headers:

    Key
    Value

    Authorization

    Bearer rei-agent-secret-token

  • Response:

{
  "id": 02,
  "identifier": "0xxxxxx",
  "name": "Dummy Agent",
  "behavior_prompt": "You are dummy agent.",
  "agent_functionalities": "",
  "agent_model": {
    "id": 1,
    "name": "claude-3.7-sonnet",
    "model_name": ""
  },
  "response_format": "json",
  "temperature": 0.0,
  "max_tokens": 1024
}
  • Error

Response Code
Reason

401

Unauthorized

404

Agent not found

PreviousAPI referenceNextChat Completion

Last updated 1 month ago