# Agent ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **account_id** | Option<**String**> | Account ID that is tied to this agent. Only included on your own agent. | [optional] **symbol** | **String** | Symbol of the agent. | **headquarters** | **String** | The headquarters of the agent. | **credits** | **i64** | The number of credits the agent has available. Credits can be negative if funds have been overdrawn. | **starting_faction** | **String** | The faction the agent started with. | **ship_count** | Option<**i32**> | How many ships are owned by the agent. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)