Check Config Exists

Checks whether a custom eval config with the same name and mapping already exists in a project.

POST https://api.futureagi.com/tracer/custom-eval-config/check_exists/

Authentication

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Request body

project_name string Required

Name of the project to check against. If the project does not exist, the message field indicates this.

project_type string Optional

Project type to look up. Defaults to "experiment".

eval_tags array Required

Array of eval tag objects to validate. Each object must contain:

  • custom_eval_name (string) — proposed config name.
  • eval_name (string) — eval template name.
  • mapping (object) — proposed field mapping.

Response

200 OK
exists boolean
true if a conflicting config was found, false otherwise.
message string
Human-readable explanation of the result.

Errors

400 Bad Request Optional

Missing required fields or invalid eval_tags array.

401 Unauthorized Optional

Invalid or missing API credentials.

500 Internal Server Error Optional

Unexpected server error.

GET /
Authentication
REQUEST
 
RESPONSE