ApiSchemas
AgentSlug
One shape from the contract, as it appears on the wire.
Used by agents.get, agents.getBySlug, agents.list, agents.upsert
Referenced from Agent
JSON Schema
{
"type": "string",
"pattern": "^[a-z0-9][a-z0-9-]{1,62}$"
}One shape from the contract, as it appears on the wire.
Used by agents.get, agents.getBySlug, agents.list, agents.upsert
Referenced from Agent
{
"type": "string",
"pattern": "^[a-z0-9][a-z0-9-]{1,62}$"
}