
Most Popular


Black Epoxy Pigment (Colorant, Dye, Tint) 6cc (0.2 oz.)
MSRP:
Was:
Now:
$7.99

White Epoxy Pigment (Colorant, Dye, Tint) 6cc (0.2 oz.)
MSRP:
Was:
Now:
$7.99

ComposiMold Original 20 Ounce Reusable Molding Material, Reheat To Reuse.
MSRP:
Was:
Now:
$34.95

Blue Epoxy Pigment (Colorant, Dye, Tint) 6cc (0.2 oz.)
MSRP:
Was:
Now:
$7.99

Brown Epoxy Pigment (Colorant, Dye, Tint) 6cc (0.2 oz.)
MSRP:
Was:
Now:
$7.99

MAKE YOUR OWN SOFT BAIT FISHING LURES KIT
MSRP:
Was:
Now:
$37.00
Used ComposiMold 3lbs
MSRP:
Was:
Now:
$47.45

ComposiMold Food Contact Safe 10oz. Reusable Molding Material, Re-heat to Re-use!
MSRP:
Was:
Now:
$26.00

Red Epoxy Pigment (Colorant, Dye, Tint) 6cc (0.2 oz.)
MSRP:
Was:
Now:
$7.99

Bubble Buster 4oz.
MSRP:
Was:
Now:
$11.99
Sale

Mold Making and Casting Guide Book
MSRP:
Was:
$36.00
Now:
$14.50
New Products

ComposiMold LT40 Reusable Molding Material, Craft Molds, 40-Ounce
MSRP:
Was:
Now:
$61.25

ImPRESSive Re-Usable Mold Making Putty MIX 16 oz (1 pound)
MSRP:
Was:
Now:
$38.00

ImPRESSive Re-Usable Mold Making Putty MIX 3 oz.
MSRP:
Was:
Now:
$9.99

Tan Epoxy Pigment (Colorant, Dye, Tint) 2 ounce
MSRP:
Was:
Now:
$20.00

Purple Epoxy Pigment (Colorant, Dye, Tint) 2 ounce
MSRP:
Was:
Now:
$20.00

Orange Epoxy Pigment (Colorant, Dye, Tint) 2 ounce
MSRP:
Was:
Now:
$20.00

Green Epoxy Pigment (Colorant, Dye, Tint) 2 ounce
MSRP:
Was:
Now:
$20.00

Brown Epoxy Pigment (Colorant, Dye, Tint) 2 ounce
MSRP:
Was:
Now:
$20.00

Tan Epoxy Pigment (Colorant, Dye, Tint) 6cc (0.2 oz.)
MSRP:
Was:
Now:
$7.99

Purple Epoxy Pigment (Colorant, Dye, Tint) 6cc (0.2 oz.)
MSRP:
Was:
Now:
$7.99

Brown Epoxy Pigment (Colorant, Dye, Tint) 6cc (0.2 oz.)
MSRP:
Was:
Now:
$7.99
import requests api_key = "d9358993-5cd2-4129-8a16-28c0f13ccc0f" chat_session = requests.post( 'https://agentivehub.com/api/chat/session', json = { "api_key" : "api_key", "assistant_id" : "53017552-f041-42e5-9fb3-ddd7389d367f", } ) # Get the chat session ID chat_session_id = chat_session.json()["session_id"] # Send a message to the chat session chat_response = { "api_key" : api_key, "session_id" : chat_session_id, "type" : "custom_code", "assistant_id" : "98c10c16-53bc-4704-883c-a7a6ac9ca6b1", "messages" : [{"role": "user", "content": "Say Hello!"}] } req = requests.post( 'https://agentivehub.com/api/chat', json = chat_response ) resp = req.json()