---
title: "Get Agent Eligibility"
method: GET
path: "/api/agent/eligibility"
---

# Get Agent Eligibility

`GET /api/agent/eligibility`

Get whether the current user is allowed to start agentic project creation.

## Response `200`

Successful Response

- AgentEligibilityResponse
  - `allowed` boolean, required
  - `reason` string, nullable
  - `billing_mode` string, required
  - `is_first_project` boolean, required
  - `auto_reload_enabled` boolean, required
  - `billed_to_user_id` string, nullable

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
