CRM

CentralStationCRM, worked by an AI employee

Not another app for your team to learn, and not a set of rules for you to build. You hire an AI employee, you give it access to your CentralStationCRM account, and you ask it for things in Slack or Teams the way you would ask anyone else on the team. There is nothing to map and nothing to maintain.

  • CRM
  • Connects with a key
  • 43 ready-made tools
  • Asked in Slack or Teams
At work

An illustration of how the conversation reads, not a transcript from a client account.

What CentralStationCRM is

CentralStationCRM is an easy-to-use CRM software focusing on collaboration and long-term customer relationships.

You paste in a key from your own CentralStationCRM account. It is kept encrypted, and you can withdraw it from inside CentralStationCRM whenever you like.

How a run works

One message in, the work done in CentralStationCRM.

  1. 01

    You ask

    You message your AI employee in the chat your team already has open, in one sentence, in your own words.

  2. 02

    It works out the step

    It decides what the job needs in CentralStationCRM. You do not pick anything from a menu or wire anything together.

  3. 03

    It does the work

    Signed in to your own CentralStationCRM account, inside the access you granted it, doing the thing you asked for.

  4. 04

    It reports back

    It tells you what it did, in the same thread. If it could not do something, it says so rather than guessing.

43 tools it already has

What it can do in CentralStationCRM

These are the ready-made tools your AI employee already has in CentralStationCRM. It is not limited to them, but it never has to be taught these.

  • Check ConnectionTool to verify the connection status of the centralstationcrm api key. use when validating credentials before making other api calls.
  • Count PeopleTool to retrieve the total number of people in the account. use when you need the current total number of contacts in your centralstationcrm account. example: "how many contacts ex
  • Create CompanyTool to create a new company record. use when you need to add an organization to your crm before linking it to contacts or deals.
  • Create DealTool to create a new deal record. use when needing to log a sales opportunity after grouping contacts or companies.
  • Create PersonTool to create a new person record. use when you need to add a person to your crm before linking them to other records.
  • Create Person AddressTool to create a new address for a specific person. use when you need to add or update postal details after confirming person id.
  • Create Person AssistantTool to create a new assistant (assi) entry for a specific person. use after confirming the person id when you need to manage assistant contacts.
  • Create Person AvatarTool to create a new avatar for a specific person. use when you need to attach a base64-encoded image file after confirming the person's id.
  • Create Person Contact DetailTool to create a new contact detail for a specific person. use when adding a phone number after confirming the person's id.
  • Create Person Historic EventTool to create a new historic event for a specific person. use after confirming person id to record dates like birthdays, anniversaries, or other milestones.
  • Delete CompanyTool to delete a company record by id. use when you need to permanently remove an organization after verifying the correct id.
  • Delete personTool to delete a person record by id. use when you need to permanently remove a contact after verifying the correct id.
  • Delete Person AddressTool to delete a person's address by its id. use when you need to remove an outdated or incorrect address after confirming the person id and address id.
  • Delete Person AssiTool to delete an assi entry of a person. use when you need to remove an assistant record after confirming person id and assi id.
  • Delete Person AvatarTool to delete a person's avatar by its id. use when you need to remove an outdated or incorrect avatar after confirming the person id and avatar id.
  • Delete Person Contact DetailTool to delete a contact detail of a person. use when you need to remove an outdated or incorrect contact detail after confirming the person id and contact detail id.
  • Delete Person Historic EventTool to delete a historic event of a person by its id. use when you need to remove outdated or incorrect milestone entries after confirming the person id and historic event id.
  • Get API User MaildropTool to retrieve the current api user's maildrop for people and companies. use after authenticating the api user.
  • Get CompanyTool to retrieve details of a specific company by id. use after confirming the company id.
  • Get DealTool to retrieve details of a specific deal by its id. use when you have a confirmed deal id.
  • Get DealsTool to retrieve a paginated list of all deals. use when you need to list deals with pagination and optional includes (e.g., companies, tags) or additional methods.
  • Get PersonTool to retrieve details of a specific person by id. use when you have a person id and need their full details.
  • Get Person AddressTool to retrieve a specific address of a person by address id. use after confirming person and address ids. example: "fetch address for person 42, address 101."
  • Get Person AddressesTool to retrieve all addresses for a specific person. use when you need to list a person’s addresses after confirming their id. example: "get addresses for person with id 42."
  • Get Person AssiTool to retrieve a specific assi entry of a person by id. use after confirming person id and assi id.
  • Get Person AssisTool to retrieve all assistant entries for a specific person. use after confirming the person id. example: "list assistants for person with id 42."
  • Get Person AvatarTool to retrieve a specific avatar of a person by avatar id. use after you know both person id and avatar id to fetch the base64-encoded image.
  • Get Person AvatarsTool to retrieve all avatars for a specific person. use when you need to list a person’s avatars after confirming their id. example: "list avatars for person with id 42."
  • Get Person Contact DetailTool to retrieve a specific contact detail by id for a person. use after confirming person and contact detail ids. example: "fetch contact detail 108 for person 42."
  • Get Person Custom FieldsTool to retrieve all custom fields for a specific person. use when you need to access a person's custom fields after confirming their id.
  • Get Person Historic EventTool to retrieve a specific historic event of a person by id. use after confirming both person and event ids. example: "fetch historic event 101 for person 42."
  • Get Person Historic EventsTool to retrieve all historic events for a specific person. use when you need to list a person's historical dates after confirming their id.
  • Get PersonsTool to retrieve a paginated list of all people. use when listing contacts with pagination and optional includes.
  • Merge PersonTool to merge another person into an existing person by id. use after identifying duplicate records to consolidate them. example: merge person 42 with [43,44].
  • Search PeopleTool to retrieve people matching search criteria. use when you need to find specific contacts by name, email, or phone after authenticating with your api key.
  • Search RecordsSearch records
  • Stats PeopleTool to retrieve key statistics about people. use when you need a quick summary of total entries, e.g., after filtering by tag or custom criteria.
  • Update CompanyTool to update an existing company by id. use after retrieving the company's details when you need to modify one or more fields.
  • Update PersonTool to update an existing person by id. use after retrieving the person's current details when you need to modify one or more fields.
  • Update Person AddressTool to update a specific address of a person. use after retrieving the person's addresses to modify one.
  • Update Person AssiTool to update an assi entry of a person. use when you need to modify a specific assistant record after retrieving the person’s assis list. example: "update assi 101 for person 42
  • Update Person Contact DetailTool to update a specific contact detail of a person by id. use after retrieving the person's contact details to modify one.
  • Update Person Historic EventTool to update a historic event of a person by id. use after retrieving the event when you need to modify its details. example: "update historic event 101 for person 42 changing at
Access, and who is in charge of it

You stay the boss of your CentralStationCRM account.

Nothing connects until you approve it. You grant access one app at a time, you can take it back the same way, and everything your AI employee does in there is written down where you can see it.

How we handle your data
  • It signs in to your own CentralStationCRM account. You are not moving anything into ours.
  • You grant access one app at a time, and you can take it back the same way.
  • Everything it does in CentralStationCRM is written down, with what it did and when.
  • Anything you tell it to check with you first, it checks with you first.
Other apps in the same corner of the business

It works in CentralStationCRM and the rest of your software in the same job

A real job rarely stays in one place. Reading a message in one app, checking a record in another and writing the result in a third is one request to your AI employee, not three.

Questions people ask about CentralStationCRM

Can an AI employee really work inside CentralStationCRM?
Yes. It signs in to your own CentralStationCRM account and works in it the way a new hire would, from the chat your team already has open. Nobody installs anything, and nobody learns a new screen.
Do I have to move anything out of CentralStationCRM?
No. Nothing moves and nothing is replaced. Your records stay in CentralStationCRM, your team carries on in the same screens they used yesterday, and your AI employee works alongside them in there.
How does it get into my CentralStationCRM account?
You paste in a key from your own CentralStationCRM account. It is kept encrypted, and you can withdraw it from inside CentralStationCRM whenever you like. You approve it before anything connects, and you can take the access back the same way you gave it.
What can it actually do in CentralStationCRM?
It has 43 ready-made tools in CentralStationCRM today, among them Check Connection, Count People and Create Company. The full list is on this page. It is not limited to those, but it never has to be taught them.
Can it use CentralStationCRM and the rest of my software in the same job?
Yes, and that is usually the point. Reading a message in one app, checking a record in CentralStationCRM and writing the result somewhere else is one request to your AI employee, not three separate ones you stitch together.
Who decides what it is allowed to do in CentralStationCRM?
You do. You grant access one app at a time and can withdraw it at any time, anything you ask it to check with you first it checks with you first, and everything it does in CentralStationCRM is written down with what it did and when.