Reference
Object Reference
🚫

Internal use only!

It is possible to reference an object using either the ID or the slug of the object. For instance, to view the event handlers of an agent, you can make a request to an endpoint with the ID of the agent.

curl https://management-api.useproteus.ai/api/agents/77542a3587659db1a6ce5058/handlers

More conveniently, you can reference the agent using its username, as seen below.

curl https://management-api.useproteus.ai/api/agents/@myagent/handlers

The ability to reference objects using their user-friendly names (instead of obscure IDs) is currently limited to public agents.


© 2025 ProteusAI. All rights reserved